Hi all!
I am trying to connect to a remote MySQL database. This database is located on my LAN at the address 192.168.1.2. I am using MySQL Connector/ODBC 3.51 (MyODBC 3.51) for the connection.
The connection string that I am using is the following-
Driver={MySQL ODBC 3.51 Driver};Server=192.168.1.2;Database=mydb;User=root; Password=;Option=3;
The error message that I get is not too intuitive - SystemEventArgs
Has anybody connected to a remote MySQL database in VB.NET?