MySQL Forums
Forum List  »  Connector/ODBC

Re: ODBC
Posted by: Hemant Dangi
Date: August 19, 2013 02:42AM

Hello Kritze,

Thanks for showing interest in Mysql Connector/ODBC.

If you want your client application to work with multiple database system and independent of any particular database library, you can use ODBC system. And to connect with these multiple database systems you need to register there individual drivers and configure DSN. A Data Source Name (DSN) associates the configuration parameters for communicating with a specific database. So odbc connection is a set of configuration parameters for that specific database.

Please refer below documentation for details about ODBC and MyODBC.
http://support.microsoft.com/kb/110093
http://dev.mysql.com/doc/refman/5.6/en/connector-odbc.html

And yes it is possible to use odbc with php.
http://php.net/odbc

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
August 18, 2013 04:53AM
Re: ODBC
August 19, 2013 02:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.