CTI Client events (ActiveX)

OnSQLEnd

Contents  Back  Next

An SQL query was ended.

 

Event OnSQLEnd(

 ULong dwRequest,

 Bool bSuccess

)

Parameters

dwRequest

Number of the database query, as assigned during SQLBegin

 

bSuccess

True when the query was successfully ended.

 

Remarks

The event is sent as a consequence of the command SQLEnd. The event comes of its own accord if all the data have been read using SQLBegin or SQLNext If a query does not get terminated, the server terminates it itself after a number of minutes and sends this event.

 

See also

Events overview | SQLEnd

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.