)-----Original Message-----
)From: Jeff Tanner [mailto:[EMAIL PROTECTED]]
)Sent: Monday, August 27, 2001 12:08 PM
)To: '[EMAIL PROTECTED]'
)Subject: SQLDriverConnect
)
)
)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?
)
This is nothing to do with the driver. The error is thrown by the ODBC
Driver Manager. First check, whether the DRIVER={MySQL} or DRIVER={MySQL
Driver} that is listed in the drivers tab of the ODBC DSN Administrator. I
think, in the other way i.e. specifying DRIVER={MySQL Driver} should work
fine.

Let me know whether this solves your problem or not.

Regards
Venu
--
For technical support contracts, go to https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Venu <mailto:[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Developer
/_/  /_/\_, /___/\___\_\___/   Woodside, California  USA
       <___/   www.mysql.com


---------------------------------------------------------------------
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