I'd really like to keep my data after a disconnect but still have the ability to sort it and filter it. I can't use the session disconnectedmode due to threading issues and I can't use the disconnect feature of TOraDataset as it doesn't support complex types.
Does anyone have any suggestions at all?
I currently convert the complex objects to strings for display (I cache them outside the dataset). Is it possible to do that conversion in the dataset somehow such that it could be disconnected?
Alternately, do people use a clientdataset or in memory dataset to do this kind of thing?
Thanks for any suggestions!
-Mark