MySQL & ODBC on Unix

2001-09-13 Thread Srinivasa T.N.
Hi, The m/c on which I have my database is also Unix, and the machine from which I want to connect is also Unix. Instead of directly connecting to database, I want to use ODBC in between, so that, if tomorrow, my database changes, I should not change my program. Any idea about how to go

unixODBC..

2001-09-30 Thread Srinivasa T.N.
Hi All, According to the guidance in the list (Thanks for guidance), I have set up MySQL-3.23.42 server on Linux, and unixODBC-2.0.9 & MyODBC-2.50.39 on other Linux m/c. I was able to communicate and sucessfully execute a test program mentioned in the document. Now I want to know what al

Re: unixODBC..

2001-10-01 Thread Srinivasa T.N.
Well, if I use the SQL statements specific to MySQL in my application, then won't I loose portability?? Seenu. Venu wrote: >You can execute any valid SQL statements through SQLExecDirect API. Please >check the MySQL document, http://www.mysql.com/documentation/index.html, >which can guide you