Microsoft SDK for Java

DataSource.getRecordset

Retrieves the recordset associated with the data source.

Syntax

public Recordset getRecordset()

Return Value

Returns the associated Recordset object.

Remarks

If the associated recordset is closed, this method opens it. If no recordset is set, a default one is created.

See Also   getCommand, getConnection

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