"Srinivasa T.N." <[EMAIL PROTECTED]> writes:
> Well, if I use the SQL statements specific to MySQL in my application,
> then won't I loose portability??
For the most part - there are certain tricks you can try, which takes
advantage of text which looks like comments to other databases.
If you w
Hi Srinivas !!!
> -Original Message-
> From: Srinivasa T.N. [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 01, 2001 12:56 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: unixODBC..
>
>
> Well, if I use the SQL statements specific to MySQ
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
Hi Srinivas !!
>
> 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.
> 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