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
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
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