CTI Client network functions (.NET)

End

Contents  Back  Next

End an SQL query.

 

void End

(

 uint dwRequest

)

Parameters

dwRequest

Query ID

 

Return value

None

 

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 End you should pass as a parameter the query ID returned from Begin. Queries which have not been terminated are terminated automatically after a few minutes.

 

See also

SQLTool overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.