Re: MySQLProv install
Posted by: Fernando Gonzalez.Sanchez
Date: January 08, 2013 10:16AM

Hi,

Connector/NET is for use with .NET language, therefore VB6 will not work.

Now in VB.NET, the connection string is wrong you will use
Dim strConn as String = _ "server=localhost;user=root;database=world;port=3306;password=******;"

where Server, User, Database & password are the standard parameters (Provider is not a valid parameter).

For a full example see http://forums.mysql.com/read.php?38,576077,576122#msg-576122

For more examples in the official documentation (though they are in C#) see:
http://dev.mysql.com/doc/refman/5.0/en/connector-net.html

Options: ReplyQuote


Subject
Written By
Posted
January 08, 2013 09:53AM
Re: MySQLProv install
January 08, 2013 10:16AM


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.