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