UniDirectional DataSets

Mathias

Member
Hello folks,

I was wondering if there is a possibility to use a TOracleDataSet unidirectional (eg. only Next is allowed) and not having already fetched records buffered in TOracleDataSet. I understand that TOracleQuery would do the job, but we are looking for a solution where the anchestor is TDataSet, so we can build our component for several DB servers and access ways (TADOQuery, TIBQuery, TOracleDataSet, ...).

Thanks for a short answer in advance.

Salut,
Mathias
 
We've had a few enhancement requests for this, so we'll probably support this in the next release. Right now you need to resort to the TOracleQuery, though I understand that this is not a solution for you.

------------------
Marco Kalter
Allround Automations
 
Originally posted by mkalter:
We've had a few enhancement requests for this, so we'll probably support this in the next release. Right now you need to resort to the TOracleQuery, though I understand that this is not a solution for you.

Is there still plans to support unidirectional datasets in TOracledataset?
 
Back
Top