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