Chapter 5 C Routines Reference


JagEndResults

Description

Indicate that all rows in a result set have been sent.

Syntax

JagStatus JagEndResults(SQLINTEGER rowCount)

Parameters

rowCount 

The number of rows that were sent in the result set.

Return Values

Return value

To indicate

JAG_SUCCEED

Success

JAG_FAIL

Failure

Check the server's log file for more information when JagEndResults fails.

Usage

JagEndResults indicates that all rows in a result set have been sent.

You must call JagEndResults after sending a result set.

See "Sending Result Sets with C or C++" in the Jaguar CTS Programmer's Guide for more information on sending result sets.

See Also

JagBindCol, JagDescribeCol, JagSendData

 


Copyright © 2000 Sybase, Inc. All rights reserved.