QBE

giga

Member²
Hi,

I am using TClientDataSet connected via TDataSetProvider to TOracleDataSet. May I use QBE implemented in TOracleDataSet? Or how Can I get sql composed for QBE?

Thanx for help

Giga
 
QBE will only work if the data-aware controls are connected directly to the TDataSource of the TOracleDataSet.

It does not work if there is a TDataSetProvider and TClientDataSet between the controls and the TOracleDataSet.
 
Back
Top