TOracleQuery with TDBGrid

Is there any way to get the results from a TOracleQuery to display in a TDBGrid (similar to how a TOracleDataSet works)? I have seen the example using a TStringGrid but thats not what I want.

Thanks in advance!
 
If you want to use data-aware controls like the TDBGrid, you should use the TOracleDataSet. The TOracleQuery is a low level component that you should use for all non-data-aware functions.

------------------
Marco Kalter
Allround Automations
 
Back
Top