AdoConnection:EnableEvents()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoConnection Class >

AdoConnection:EnableEvents()

Previous pageReturn to chapter overviewNext page

Purpose

Enable Event handling for this particular Connection Object

 

Prototype

METHOD EnableEvents ( oConnEvent AS AdoCOnnectionEvents )  AS LOGIC PASCAL CLASS AdoConnection

 

Argument(s)

oEvent        Instance of a subclass of AdoConnectionEvents

 

 

Return

LOGIC        TRUE when succesfull, else FALSE

 

See Also

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