JagSendData

Description

Send one row in a result set.

Syntax

JagStatus JagSendData()

Returns

Return value

To indicate

JAG_SUCCEED

Success

JAG_FAIL

Failure

Check the server’s log file for more information when JagSendData fails.

Usage

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.

See also

JagBindCol, JagDescribeCol, JagEndResults