rigo.massimo
Member
We tryed execute a simple query (select * from table1) to read only db of Oracle 8i Lite (4.0.1), which there are a tables with 50000 records.
For the query we use TOracleDataSet with the parameter QueryAllRecord to False and ReadBuffer to 50.
When we Open the query the TOracleDataSet read all records while if we execute the query in Oracle 8i server it read only 50 records.
The question is:
Is it true that TOracleDataSet perform the query in 2 differents way?
Thank, Max.
For the query we use TOracleDataSet with the parameter QueryAllRecord to False and ReadBuffer to 50.
When we Open the query the TOracleDataSet read all records while if we execute the query in Oracle 8i server it read only 50 records.
The question is:
Is it true that TOracleDataSet perform the query in 2 differents way?
Thank, Max.