Re: Help me, please - An established connection was aborted by the software in your host machine
Posted by: Andrew HUANG
Date: August 10, 2006 11:00AM

hi, Radek,

The connection with ODBC is OK, but with connector.

No any problem on setting, that is, mysql driver 3.51 works.

When I use connector in VB.NET to connect to mySQL, the problem occured:

An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in mysql.data.dll

Additional information: An established connection was aborted by the software in your host machine

The source code is very simple:
Dim conn As New MySqlConnection
conn.ConnectionString = "Server=127.0.0.1;User ID=root;Password=0;Database=ndsi;"
conn.Open()

Whould you have any idea?

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.