On 1/11/08, VS-Polis <[EMAIL PROTECTED]> wrote:
> Example: GetSchema("Tables") has DataColumn "Is_System_Table" as short,
> but really is bool.
Weel, it's because rdb$system_flag is short and table definition is
done from select (and in FB there's no bool datatype).
--
Jiri {x2} Cincura (Microso
Hi Jiri,
in addition to the GetSchema methods, I started to write a documentation
like http://msdn2.microsoft.com/en-us/library/ms254969(VS.80).aspx. I
found out that some bool values are returned as bool, others as short,
others as integer. Is it useful to change the related fields in the
ret