If the connection string for SQLDriverConnect is "DSN=foo", and DSN foo is
defined within the odbc.ini file, then connection succeeds.

However, if the connection string for SQLDriverConnect is 
"DRIVER={MySQL};SERVER=foo_host;USER=foo;PWD=bar;DATABASE=foo_db", 
then error condition is returns with "Specified driver could not be loaded,
SQLSTATE IM003"

What is wrong with my DRIVER value?

Thanks

Jeff Tanner
Seattle, WA
 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to