Chapter 5 C Routines Reference
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 "Sending Result Sets with C or C++" in the Jaguar CTS Programmer's Guide for more information on sending result sets.
JagBindCol, JagDescribeCol, JagEndResults
Copyright © 2000 Sybase, Inc. All rights reserved. |
![]() |