Subject Re: How do you use API to select Numeric datatypes?
Author Jeff Lynn
Excellent, I got it working! Thank you very much, much appreciated!

jml

--- In firebird-support@yahoogroups.com, Dmitry Yemanov <dimitr@...>
wrote:
>
> 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
>