MyODBC 2.50
Local database
Driver={mySQL};Server=localhost;Option=16834;Database=myDataBase;
Remote database
Driver={mySQL};Server=myServerAddress;Option=131072;Stmt=;Database=myDataBase;
User=myUsername;Password=myPassword;
MySQL Connector/ODBC 3.51
Local database
Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=myDataBase;
User=myUsername;Password=myPassword;Option=3;
Remote database
Driver={MySQL ODBC 3.51
Driver};Server=myServerAddress;Database=myDataBase;User=myUsername;
Password=myPassword;Option=3;
regards
http://www.sourcecode4you.com/
On Wed, Jun 24, 2009 at 2:14 AM, undbund <[email protected]> wrote:

>
> Hi guys, I would like to know how to made an odbc connection in
> Windows XP using the ODBC data source manager (DSN). Can you please
> provide me with examples or links on how to achieve this.
>
> Thanks for all your help
>

Reply via email to