AdoDisableConnectionEvents() Function

<< Click to Display Table of Contents >>

Navigation:  Ado Events >

AdoDisableConnectionEvents() Function

Previous pageReturn to chapter overviewNext page

Note

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

Purpose

Disable global Connection Events

 

Prototype

FUNCTION AdoDisableConnectionEvents (  )

 

Description

Please note that existing event handlers will still be called. To disable these you need to call DisableEvents() on the Connection Objects .

 

See Also

Ado Events, AdoConnectionEventClass(), AdoDisableConnectionEvents()