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

2008-01-12 Thread Jiri Cincura
On 1/12/08, VS-Polis <[EMAIL PROTECTED]> wrote: > could return bool values. But this implies creating for every schema command DataTable manually and keep it in sync with commands. Using our inheritance in Schema namespace makes this clear and easy to maintain. -- Jiri {x2} Cincura (Microsoft S

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

2008-01-12 Thread VS-Polis
Hi Jiri, I know this reason and understand. But I mean that the result DataTable could return bool values. Juergen Jiri Cincura wrote: > On 1/11/08, VS-Polis <[EMAIL PROTECTED]> wrote: > >> Example: GetSchema("Tables") has DataColumn "Is_System_Table" as short, >> but really is bool. >>