Re: Direct connection to mysql database

2004-11-22 Thread alice
Yup, Thanks a lot. This is exactly the solution what i want. Thank you very much. :) - Original Message - From: "Kardos András" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 2004 5:20 AM Subject: Re: Direct connection to mysql database

Re: Direct connection to mysql database

2004-11-22 Thread Gleb Paharenko
Hello. For direct connection you may use MySQL APIs. See: http://dev.mysql.com/doc/mysql/en/MySQL_APIs.html Probably this link also will be helpful: http://dev.mysql.com/doc/mysql/en/Without_DSN.html >Hi, all > >I would like to know is there anyway where i can connect to the mysql

Direct connection to mysql database

2004-11-22 Thread alice
Hi, all   I would like to know is there anyway where i can connect to the mysql database without add the odbc dsn ? which i want to direct access to the mysql database. i wish to create 1 dsn, and by using this dsn, i able to access all database, even able to create/delete the mysql database