|
virtual bool COSessionEx::DropColumn(LPOLESTR strTblName, LPOLESTR strColName); Return Value true if successful; otherwise false. Parameters [in] strTblName: A unicode string identifying table name. [in] strColName: A unicode string indicating a column name. Remark Calls this function to drop a column from the base table. For how to use it, see the example MkTblsEx. |