Subject Re: [firebird-support] How do you use API to select Numeric datatypes?
Author Dmitry Yemanov
Jeff Lynn wrote:
>
> I was using SQLDA_VERSION1, but cannot find anything other than
> VERSION1 in the ibase.h header file.

SQL dialect is something completely different from the SQLDA version.
Check the "dialect" argument of isc_dsql_prepare() etc. You should be
using SQL_DIALECT_CURRENT (or SQL_DIALECT_V6).


Dmitry