GetQMFProcText()


" "

BSTR GetQMFProcText(BSTR OwnerAndName)

Description

This function retrieves the text stored in the specified procedure.

Parameters

Name Description
OwnerAndName A string containing the procedure that you want to retrieve, in owner.name format. For example, John.Proc2

Return Value

A string containing the text for the procedure that was retrieved, or NULL if the procedure could not be retrieved. If the return value is NULL, you can call GetLastErrorString(), GetLastErrorType(), GetLastSQLCode(), GetLastSQLError(), or GetLastSQLState() to get additional error information.