Events for cConnection

View event list in alphabetical order

NameDescription
Error_ReportWhen an error occurs with trapping enabled, the Error_Report event is called
OnAddConnectionCalled right before a connection is registered
OnDriverRegisteredCalled after a driver is registered
OnReadCredentialsReads the user name, password and trusted connections flag from the INI file
OnWriteCredentialsWrites credentials to the connections INI file

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.