CTI Client SQL functions (C++ CTI API)

CTI_SQLNext

Contents  Back  Next

Continue SQL query.

 

BOOL WINAPI CTI_SQLNext(

 DWORD dwRequestID,

 DWORD dwMaxNextCount

);

Parameters

dwRequestID

Query ID

 

dwMaxNextCount

Maximum number of data records

 

Return value

BOOL

TRUE, if the query was successfully sent

 

Bemerkungen

Continue a query which was started using CTI_SQLBegin. Supply the query ID returned from CTI_SQLBegin as the parameter. The maximum number of data records should be limited to the number which can be processed in a reasonable time frame. Each call to CTI_SQLNext extends the query lifetime. If the client is not logged on to the database, the function fails and returns FALSE.

 

Example

SQL sample

 

See also

SQL overview | SQL_DATA

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.