Code: Select all
put "PRAGMA table_info(dna)" into dCmd
put revDataFromQuery(tab, cr,theDB,dCmd) into currentFields
Code: Select all
0 dnaKey int 1 1
("dnaKey" is indeed what I told it., with
Code: Select all
put "CREATE TABLE dna(dnaKey int NOT NULL, PRIMARY KEY(dnaKey))" into dCmd
revExecuteSQL debtorDB, dcmd
I then tell it