CTI Client SQL functions (ActiveX)

SQLEnd

Contents  Back  Next

End an SQL query.

 

Function SQLEnd(

 ULong dwRequest

)

Parameters

dwRequest

Query ID

 

Remarks

End a query. This leads to event OnSQLEnd. being sent to the client. Queries which are no longer required should be terminated as quickly as possible because a statement handle is kept in the server for each active query. When calling SQLEnd you should pass as a parameter the query ID returned from SQLBegin. Queries which have not been terminated are terminated automatically after a few minutes.

 

Example

SQL sample

 

See also

SQL overview | OnSQLEnd

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.