Subject Re: Setting dialect when running SQL...?
Author phil_hhn
--- In Firebird-Java@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 03:39 AM 7/06/2004 +0000, you wrote:
> >Maybe
> >I'm mistaken, but I understood from my scanning thru the dialect 1/3
> >stuff that 104 vs 206 errors are one of the differences between the
> >dialects.
>
> Yes, you're mistaken.
Good ;-)

> >If so, even though I have created a dialect 3 database, is there
> >something I need to put in my code to tell it that I'm executing
> >dialect 3 statements? (Maybe there's something in JDBC that I
missed...)
>
> Not in your code...a Dialect 3 database expects Dialect 3 statements, a
> Dialect 3 client delivers Dialect 3 statements. The Fb 1.5 API should
> connect as a Dialect 3 client by default.
Excellent, just what I was hoping for.

> If not, there should be some Jaybird connection parameter equivalent
to SET
> SQL DIALECT 3. Have you read the FAQ re connections?
Thanks, I'll look into it.

Cheers