PDA

View Full Version : Mysql connection through ODBC


dischob
1-16-04, 06:56 AM
Can someone help me with my problem?

I can login normally into my mysql database using phpmyadmin. Now I'm trying to make the same connection in a programm that I'm writing in Visual Basic.NET. For this purpose I'm using an ODBC connection.

The only thing I get however, is an error message that the connection is lost during query.

I'm using the mysql ODBC 3.51 driver to make the connection. It used to work, but the last months I cannot get through.

Anyone any suggestions?Is it right to connect through port 3306?

Thanks for the help

Pig
1-16-04, 09:10 AM
http://forum.powweb.com/showthread.php?s=&threadid=30026

dischob
1-16-04, 11:01 AM
Thanks, seems quite clear :)