Oradirect Mobile MaxRecords

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
tonydoval
Posts: 7
Joined: Sun 03 Jun 2007 18:04

Oradirect Mobile MaxRecords

Post by tonydoval » Wed 27 Feb 2008 12:04

Hi,
I have a datagrid with too may registers.
I would like how the records fecth when the datagrid scroll, not all records, all same time.

Any idea?

Best regards

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 27 Feb 2008 14:11

I think, the matter is in the grid itself.
There is a loop that selects all rows from the DataTable.
You can use page mode for such data load.

tonydoval
Posts: 7
Joined: Sun 03 Jun 2007 18:04

Post by tonydoval » Wed 27 Feb 2008 15:47

How can I use page mode?

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 27 Feb 2008 16:17

You might use Sequential Fetch Mode or Paginal Fetch Mode.
For the examples please refer to
“OracleDataTable Advanced Features” topic in the documentation.

Post Reply