ForwardingTransaction::DropColumn (open)

Drop a column from the database schema

Syntax

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

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

Parameters

schemaname

Name of the schema

tablename

Name of the table

columnname

Name of the column