CTI Client network functions (.NET)

OnSQLEnd

Contents  Back  Next

An SQL query was ended.

 

Event OnSQLEnd

(

 object sender,

 uint e.dwRequest,

 Bool e.bSuccess

)

Parameters

sender

object SQLTool

 

e.dwRequest

Number of the database query, as assigned during Begin

 

e.bSuccess

True when the query was successfully ended.

 

Remarks

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

 

See also

SQLTool overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.