ForwardingTransaction::DropTable (open)
Drop a table from the database schema
Syntax
LOADLIB "wh::dbase/transaction.whlib";
MACRO DropTable(STRING schemaname, STRING tablename)Parameters
schemanameName of the schema
tablenameName of the table
Drop a table from the database schema
LOADLIB "wh::dbase/transaction.whlib";
MACRO DropTable(STRING schemaname, STRING tablename)schemanameName of the schema
tablenameName of the table