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