Page 1 of 1

Partially loading data from oracle db

Posted: Fri 21 Apr 2006 14:21
by Slawekr
Hello,
does OraDirect support partially loading data to user application using OracleDataAdapter and DataSet objects.
User could see initially first page of data, which fits in visible part of data grid, then scrolling down data grid DataAdapter loads further parts of records.

Thanks
S.

Posted: Wed 26 Apr 2006 09:04
by Alexey
Use FillPage(int,int) function (OracleDataTable component) which fills the Rows collection of the OracleDataTable with rows from the data source starting at the row indicated by startRecord and including up to the number of rows indicated by maxRecords.