TransactionBase::DropTable (open)

Drop a table from the database schema

Syntax

LOADLIB "wh::dbase/transaction.whlib";

MACRO DropTable(STRING schemaname, STRING tablename)

Parameters

STRING schemaname

Name of the schema

STRING tablename

Name of the table