On Apr 13, 10:17 am, Thomas Kellerer <JUAXQOSZF...@spammotel.com>
wrote:
=> How does one tell which version of SQL one has?
=
=What do you mean "which version of SQL"?
=
=Are you referring to the different ANSI SQL Standards (SQL 89, SQL
92, ...)?
Yes.
---Kevin Simonson
"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_
David Harper - 13 Apr 2007 22:13 GMT
> On Apr 13, 10:17 am, Thomas Kellerer <JUAXQOSZF...@spammotel.com>
> wrote:
[quoted text clipped - 7 lines]
>
> Yes.
You refer to the documentation for the database system you're using. It
should tell you which standard the system supports.
You could also test for the level of SQL 92 compliance programmatically
using methods on the DatabaseMetaData class such as
supportsANSI92EntryLevelSQL, supportsANSI92IntermediateSQL and
supportsANSI92FullSQL.
David Harper
Cambridge, England