Hi All
I am using the following connection string:
Which works fine.Code:ConnectionString = Driver={MySQL ODBC 5.1 Driver};Server=XXXX;Port=3306;Database=XXXX;User=XXXX; Password=XXXX;Option=3;
If the MySQL database server is not there, the VB6 application opens the MySQL Connector window.
Is there any way I can trap/prevent this and handle the error myself ie msgbox/shut down app etc?
Thanks
Paul


Reply With Quote