DeleteQMFObject()


" "

short DeleteQMFObject(BSTR OwnerAndName)

Description

This function deletes a QMF object (query, form, procedure, or table) from the database server.

Parameters

Name Description
OwnerAndName The object that you want to delete, in a string containing the owner and name, separated by a period. For example: John.Query2

Return Value

The return value will be zero if successful or non-zero if unsuccessful. If the return value is non-zero, you can call GetLastErrorString(), GetLastErrorType(), GetLastSQLCode(), GetLastSQLError(), or GetLastSQLState() to get additional error information.