Indicate that all rows in a result set have been sent.
JagStatus JagEndResults(SQLINTEGER 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.
JagBindCol, JagDescribeCol, JagSendData
Chapter 25, “Sending Result Sets,” in the EAServer Programmer’s Guide.
Copyright © 2005. Sybase Inc. All rights reserved. |