Subject Re: [firebird-support] sql data types
Author Ivan Prenosil
You can get either even or odd number,
which means not-nullable of nullable field.

e.g. in ibase.h you can find:
SQL_LONG = 496;

i.e. 496 means not nullable integer,
497 means nullable integer.


Ivan

----- Original Message -----
From: "Dieter Raith" <raith@...>
To: <firebird-support@yahoogroups.com>
Sent: Friday, June 11, 2004 9:31 PM
Subject: [firebird-support] sql data types


> I get data types return in my XSQLDA structure which are not defined in
> ibase.h
> Where do I find them?
>
> Thanks
> Dieter