sergio.sette
Member²
Hi,
in our application we often need a relative large amount of TOracleDataset components with the QueryAllRecords = True. We use these datasets only for lookups and we don't need to perform refresh/requery operation during the application session because the underlying oracle tables are static.
Because we use these datasets as in-memory tables (like a TClientDataset) and mantaining a large amount of unused open cursors can be a problem, is there a way to keep the dataset open and close the associated cursor ? Or should i use TClientDataset components instead ?
Regards
sergio sette
in our application we often need a relative large amount of TOracleDataset components with the QueryAllRecords = True. We use these datasets only for lookups and we don't need to perform refresh/requery operation during the application session because the underlying oracle tables are static.
Because we use these datasets as in-memory tables (like a TClientDataset) and mantaining a large amount of unused open cursors can be a problem, is there a way to keep the dataset open and close the associated cursor ? Or should i use TClientDataset components instead ?
Regards
sergio sette