Send one row in a result set.
JagStatus JagSendData()
Return value |
To indicate |
---|---|
JAG_SUCCEED |
Success |
JAG_FAIL |
Failure |
Check the server’s log file for more information when JagSendData fails.
JagSendData sends a row of data to the client. Data for the columns in the row is copied from the program variables bound with JagBindCol.
After you have sent all rows with JagSendData, you must call JagEndResults to indicate the end of the result set.
See Chapter 25, “Sending Result Sets,” in the EAServer Programmer’s Guide for more information on sending result sets.
JagBindCol, JagDescribeCol, JagEndResults
Copyright © 2005. Sybase Inc. All rights reserved. |