CTI Client SQL functions (C++ CTI API)

CTI_SQLEnd

Contents  Back  Next

End an SQL query.

 

VOID WINAPI CTI_SQLEnd(

 DWORD dwRequestID

);

Parameters

dwRequestID

Query ID, as returned by CTI_SQLBegin.

 

Return value

None

 

Remarks

End a query. This leads to event SQL_END 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 connection to the database for each active query. Queries which have not been terminated are terminated automatically after a few minutes.

 

Example

SQL sample

 

See also

SQL overview | SQL_END

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.