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