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