Local sorting on TOraQuery or TClientDataSet

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
andrekh
Posts: 3
Joined: Mon 17 Jan 2005 17:58

Local sorting on TOraQuery or TClientDataSet

Post by andrekh » Mon 17 Jan 2005 18:04

Hi,

Can I got ability to local sorting resultset on client inside TOraDataSet

Or how to connect TOraQuery to TClientDataSet. WhenI use ApplyUpdates on ClientDataSet I got error critical exception.

Thanks,

Andriy

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 18 Jan 2005 09:12

Please pay attention to Direct local sorting of a data settopic
As to you question about connecting TOraQuery to TClientDataSet it's the same actions as with any other DataSet component from Borland. We can't say anything about your "error critical exception" pls. send us complete small sample to demonstrate it and include script to create server objects to ODAC support address.

Post Reply