| Subject | Re: [firebird-support] How do you use API to select Numeric datatypes? | 
|---|---|
| Author | Dmitry Yemanov | 
| Post date | 2007-07-31T15:00:09Z | 
Jeff Lynn wrote:
Check the "dialect" argument of isc_dsql_prepare() etc. You should be
using SQL_DIALECT_CURRENT (or SQL_DIALECT_V6).
Dmitry
            >SQL dialect is something completely different from the SQLDA version.
> I was using SQLDA_VERSION1, but cannot find anything other than
> VERSION1 in the ibase.h header file.
Check the "dialect" argument of isc_dsql_prepare() etc. You should be
using SQL_DIALECT_CURRENT (or SQL_DIALECT_V6).
Dmitry