Re: VB 2005 + MySQL Connector/.NET 5.0 = Errorcode -2147467259
Posted by: Csiák-Sedivy Gyula
Date: November 02, 2006 12:20PM

I have changed my code, and have overwritten with the "Using..." codeframe for the MySQLConnection.

Using LoginConnection as new MySQLConnection(ConnectionString)
LoginConnection.open
...
End using

Right now the error is "Access Denied for user@123.456.789.123".
I really don't know, what the hell is going on.

When I put the password into the connection string, it is the same as what I type into the MySQL Administrator. The Administrator can login succesfully, but my application doesn't...

Any suggestions?

Options: ReplyQuote




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.