Re: [Firebird-net-provider] FbConnection.GetSchema() bool values not consistent

2008-01-12 Thread Jiri Cincura
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

[Firebird-net-provider] FbConnection.GetSchema() bool values not consistent

2008-01-11 Thread VS-Polis
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