TOraQuery and TClientDataSet
Posted: Wed 24 May 2006 16:11
I am using TCientDataSet to cache some data on client. It is filled from TOraQuery using TDataSetProvider. What are best setings of TOraQuery in this case ?
I set readonly = true
FetchAll = true because i want all records to be cached TClientDataSet.
If i try set UniDirectional = true FetchAll was reset to false.
I set readonly = true
FetchAll = true because i want all records to be cached TClientDataSet.
If i try set UniDirectional = true FetchAll was reset to false.