>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
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.
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/
-
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