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
Create table in runtime
-
AndreyZ