Eusebio
2004-11-17 13:21:28 UTC
Hi,
I need to create a table in runtime, the definition's table is in a
variable.
strCadCreate = "create table Txx ( campo1 type, c2 type ) "
I need to execute the CREATE TABLE statement strCadCreate
how I do?
I need to create a table in runtime, the definition's table is in a
variable.
strCadCreate = "create table Txx ( campo1 type, c2 type ) "
I need to execute the CREATE TABLE statement strCadCreate
how I do?