Tried again and the zip is now ok... but the driver is not.
VC++ with:
((CDatabase*)pDB)->OpenEx("DSN=mydsn;Database=mydb;")
Throws:
Could not load the setup library.
State:HY000,Native:0,Origin:[MySQL][ODBC 3.51 Driver]
With:
((CDatabase*)pDB)->OpenEx("DSN=mydsn;Database=mydb;", CDatabase::noOdbcDialog)
Throws:
Can't connect to MySQL server on 'localhost' (10061)
State:HYT00,Native:2003,Origin:[MySQL][ODBC 3.51 Driver]
I have stated before that the problem was when I tried to use system DSNs; if I deleted the sys DSN and created a user DSN, the driver would connect successfully. So,
I try to delete the sys dsn but manager throws an error that I'll try to translate to english:
"Could not load driver's setup because of a system error with code 193"
followed with another generic error message whose title states:
"Failure in driver's ConfigDSN, ConfigDriver or ConfigTranslator"
Gave up on deleting sys dsn, moved on to create user dsn, but got the same 2 error msgs.
Fernando Cristóvão
Software Developer
Portugal
-----------------------------------
Chegou o Clix Turbo ADSL a 8 Megas
Internet + Telefone sem assinatura telefónica
Saiba mais em http://adsl.clix.pt
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc [at] m.gmane.org
