Microsoft SDK for Java

nextRecordset

This method of the Recordset class clears the current Recordset object and returns the next Recordset by advancing through a series of commands. nextRecordset has the following signatures:

nextRecordset()
nextRecordset(int[] recordsAffected)

nextRecordset()

Clears the current Recordset object and returns the next Recordset.

Syntax

public Recordset nextRecordset();

Return Value

Returns a Recordset object.

nextRecordset(int[] recordsAffected)

Clears the current Recordset object and returns the next Recordset.

Syntax

public Recordset nextRecordset(int[] recordsAffected);

Return Value

Returns a Recordset object.

Parameters

recordsAffected A Long variable to which the provider returns the number of records that the current operation affected.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.