How can i get the live query result set ?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
harold
Posts: 2
Joined: Fri 07 Jan 2005 03:57

How can i get the live query result set ?

Post by harold » Wed 12 Jan 2005 06:44

When i use TOraQuery,I cann't call the Edit() method.Because I got the error message "Cannot modify a read-only dataset".

I guess if TOraQuery return a read-only result set instead of updatable query result set from the database?

I found the property RequestLive of TQuery can allow us the got the updatable (or live) result set.But i cann't find the same property in TOraQuery.

So I want to know How can i get the live query result set with ODAC?
I know the TOraTable can,but i only need query.

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

Post by Alex » Wed 12 Jan 2005 07:35


Post Reply