Events for cSQLExecutor

View event list in alphabetical order

NameDescription
OnSQLErrorTriggered when an ODBC error occurs
OnSQLPostExecuteTriggered by cSQLExecutor after the program sends a SQLExecute or SQLExecDirect
OnSQLPreExecuteTriggered by cSQLExecutor before the program sends a SQLExecute or SQLExecDirect

Inherited Events from cObject

Construct_ObjectObject constructor. Initializes the object during object creation in class definitions
Destroy_ObjectSent when an object is about to be destroyed
End_Construct_ObjectEnd of object constructor.