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 MySQL in my application,
> then won't I loose portability??
>
You should be familiar with SQL standards, in order to distinguish between
the standard syntax and vendor specific syntax. When you want to write an
ODBC application for portability, you should make sure you are not using
any of the vendor specific syntax.

By the way, MySQL follows strict ANSI SQL standards 89, 92 and 99. So,
I guess you should be able to do with the same syntax without any problems.

MySQL helps you in order to make the portability applications, by
differentiating between the standard and its own syntax. You can find
more about this, in the following link:

http://www.mysql.com/documentation/mysql/bychapter/manual_Introduction.html#Comp
atibility

Hope this helps you
Regards, venu
>
> 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 what and all SQL statements you can execute it.
> >
> >Regards, venu
> >
--
For technical support contracts, go to https://order.mysql.com
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /  Mr. Venu <mailto:[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer
/_/  /_/\_, /___/\___\_\___/ California, USA
       <___/ www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to