PSReset closes TOracleDataset

lodam

Member
Why does PSReset close TOracleDataset?

It gives me problems when i connect a TOracleDataset to a TProvider, and assignes the TProvider.Data to a TClientDataset.Data. After that the TOracleDataset is closed and needs to be reopened. With large datasets this operation takes lot of time.
 
If all is well the provider only fetches the data once. That's why the reset operation closes the dataset.
 
Back
Top