RE: [SPAM MIAS=2,40%] Re: [Firebird-net-provider] Creating a Firebird table from a DataTable'sschema

2006-03-15 Thread Alex Jankowski
>You will need to generate the DDL yourself, there are nothing in the >provider to do that ;) Ok, thanks for the quick reply. I'm not sure how the following types should be mapped to firebirds data types. Can you give some advice? Boolean Byte Byte[] Char SByte TimeSpan UInt16 UInt32 UInt64 B

[Firebird-net-provider] Re: example of incorrect work of DataReader

2006-03-15 Thread Carlos Guzmán Álvarez
Hello: IMHO this variant is better. But one little observation about exception. For example we fetch records from procedure. Get Record 1, Record 2 and in Record 3 throw exception. Ib expert, for example, or any application based on fbclient library, get to us Record 1, record 2 and exception.

Re: [Firebird-net-provider] Creating a Firebird table from a DataTable's schema

2006-03-15 Thread Carlos Guzmán Álvarez
Hello: Is there a simple way to generate a sql statement that creates a table on a Firebird database from DataTable's schema? You will need to generate the DDL yourself, there are nothing in the provider to do that ;) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ -

[Firebird-net-provider] Creating a Firebird table from a DataTable's schema

2006-03-15 Thread Alex Jankowski
Hi, Is there a simple way to generate a sql statement that creates a table on a Firebird database from DataTable's schema? The idea is that the DataTable object afterwards should be filled into the created table. Thanks in advance. Alex Jankowski