G giga Member² Mar 17, 2004 #1 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
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
Marco Kalter Administrator Staff member Mar 17, 2004 #1 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.
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.