DataSource.getRecordset

Overview | Methods | This Package | All Packages

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