TransactionBase::DropColumn (open)

Drop a column from the database schema

Syntax

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

MACRO DropColumn(STRING schemaname, STRING tablename, STRING columnname)

Parameters

STRING schemaname

Name of the schema

STRING tablename

Name of the table

STRING columnname

Name of the column