Hi !!!

> -----Original Message-----
> From: Sylvain Hamel [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 05, 2001 1:36 PM
> To: MySQL Mailing list
> Subject: DSN-Less connections using MyODBC?
> 
> 
> Anyone ever tried a MySQL dsn-less connection (I am working 
> in Borland C++
> Builder)?
> 
> I can do it with a dsn but can't seem to make connection in 
> dsn less.
> 
You need to specify the exact name of the driver in the connect
string as:

DRIVER={MySQL Driver};
or
DRIVER={MySQL};

based on the driver name configured in your system.

Regards, venu
-- 
For technical support contracts, go to https://order.mysql.com
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /  Mr. Venu <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer
/_/  /_/\_, /___/\___\_\___/ 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