Chapter 5 C Routines Reference
Indicate that all rows in a result set have been sent.
JagStatus JagEndResults(SQLINTEGER rowCount)
rowCount
The number of rows that were sent in the result set.
Return value | To indicate |
---|---|
JAG_SUCCEED | Success |
JAG_FAIL | Failure |
Check the server's log file for more information when JagEndResults fails.
JagEndResults indicates that all rows in a result set have been sent.
You must call JagEndResults after sending a result set.
See "Sending Result Sets with C or C++" in the EAServer Programmer's Guide for more information on sending result sets.
JagBindCol, JagDescribeCol, JagSendData
Copyright © 2001 Sybase, Inc. All rights reserved. |
![]() |