For information on how these routines are used to send results, see Chapter 25, “Sending Result Sets,” in the EAServer Programmer’s Guide.
JagBeginResults – Begin the sequence of calls that sends a result set to the client.
JagBindCol – Bind a memory address to a column in a result set.
JagColAttributes – Specify additional metadata for a column to be sent in a result set.
JagDescribeCol – Describe a column to be sent as part of a result set.
JagEndResults – Indicate that all rows in a result set have been sent.
JagResultsPassthrough – Forward results from an ODBC or Client-Library remote database command to the client.
JagSendData – Send one row in a result set.
Copyright © 2005. Sybase Inc. All rights reserved. |