Subject | Re: SQL Dialect 1, was Re: [Firebird-Java] Re: Can InterClient corrupt database? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-10-14T11:24:22Z |
Hi Claus,
that was hardcoded in prepareSQL(...) method). Try executing following SQL:
SELECT CAST("now" AS DATE) FROM rdb$database
You should get error "Column NOW is not found" or something similar.
Roman
> Dear Roman we connect to FB103 with a dialect=1 parameter like thisI meant exactly that parameter. However, your client dialect is 3 (till now
> for jaybird1.5.3 !!!
> jdbc:firebirdsql:j5000.tfx.de/3050:/database/tfx.gdb?
> isc_dpb_sql_dialect=1&useTranslation=translation.hpux is this not
> supported or do you mean literally " the dialect can be dynamically
> changed" with in one session?
that was hardcoded in prepareSQL(...) method). Try executing following SQL:
SELECT CAST("now" AS DATE) FROM rdb$database
You should get error "Column NOW is not found" or something similar.
Roman