AdoConnection:EnableEvents()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoConnection Class >

AdoConnection:EnableEvents()

Previous pageReturn to chapter overviewNext page

Note

Please note that event handling is not supported in the current version of Xs2Ado

Purpose

Enable Event handling for this particular Connection Object

 

Prototype

METHOD EnableEvents ( oConnEvent AS AdoCOnnectionEvents )  AS LOGIC 

 

Argument(s)

oEvent        Instance of a subclass of AdoConnectionEvents

 

 

Return

LOGIC        TRUE when succesfull, else FALSE

 

See Also

AdoConnection, AdoConnection:DisableEvents(), AdoConnectionEvents, AdoEnableConnectionEvents()