Chapter 5 C Routines Reference


JagSendData

Description

Send one row in a result set.

Syntax

JagStatus JagSendData()

Return Values

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 "Sending Result Sets with C or C++" in the EAServer Programmer's Guide for more information on sending result sets.

See Also

JagBindCol, JagDescribeCol, JagEndResults

 


Copyright © 2001 Sybase, Inc. All rights reserved.