Hello,
We have a problem with TOracleDataSet and a huge memory consumption (sometimes "Out of memory")
We analyzed the code and found that
- memory is allocated based on field size even if there are only a few characters of real data (?),
- the number of records is estimated...