CTI Client network functions (.NET)

Next

Contents  Back  Next

Continue SQL query.

 

bool Next

(

 uint dwRequest,

 uint dwCount

)

Parameters

dwRequest

Query ID

 

dwCount

Maximum number of data records

 

Return value

True on success

 

Remarks

Continue a query which was started using Begin, supply the query ID returned from Begin 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 Next extends the query lifetime. If the client is not logged on to the database, the function fails and returns False.

See also

SQLTool overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.