Re: MySql.Data.MySqlClient Namespace in ASP.Net
Posted by:
David
Date: January 03, 2005 12:19PM
Looks as if you're trying to define the connection object on itself.
You have already instantiated your connection object, so the next step is to declare the connection string.
Try:
Dim conAangifte as MySqlConnection
conAangifte.ConnectionString = "Server=localhost;Database=aangifte;User ID=sa;Password=test;" ' dit statement op één regel
David
Subject
Written By
Posted
Re: MySql.Data.MySqlClient Namespace in ASP.Net
January 03, 2005 12:19PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.