Page 1 of 1

Create table in runtime

Posted: Fri 25 Nov 2011 09:56
by igorych
How can I create table in runtime by using such methods as AddFieldDefs and old CreateTable (unsupported?) instead SQL statements? SQL statements are unsuitable for me because I need to create tables in runtime as copies of other ones with different structures.
Thanks in advance

Posted: Fri 25 Nov 2011 16:00
by AndreyZ
Hello,

The CreateTable method is not implemented because it is not always possible to choose the exact InterBase or Firebird type that user wants to have in a newly created table. For the time being you can create a table using SQL statement only.