hi..
Table BCMT510 RecountCount : 626,530 records
OraQuery component set is
Options.QueryRecCount := True;
FetchAll := False;
FetchRows := 100;
and..
SELECT * FROM BCMT510;
result time is very long time..
I want this.
1. fast open 100 rows.
2. if pagedown key then next 100 rows. again, again, again..
how to????
thanks read..