views of oracle

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

views of oracle

Post by Guest » Thu 02 Feb 2006 09:22

I want to display the data of a view in a oracle database.How can I do this? Is there a component? If for example the views name is client_data can I use the statement select * from client_data using a OraQuery????? Thank you for your time

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Thu 02 Feb 2006 10:30

Yes, you can use TOraQuery for this purpose.

Post Reply