Adding and updating TDBGrid

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

Adding and updating TDBGrid

Post by Guest » Wed 20 Jul 2005 09:29

I am a newb at this so please can someone help.
The code I have written takes a TOraQuery loaded up with a select statement. The results of this select statement I wish to place in a TDBGrid so users can play with the data at runtime. I have tried associating The TOraQuery Data source with the TDBGrid data source but this does not work. Can someone help? :?

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

Post by Alex » Wed 20 Jul 2005 14:55

Please try to use TDataSource component from DataAccess palette tab.
For more information please see "Developing Database Applications" chapter in Delphi help

Post Reply