Threaded TOracleDataSet and lookup/calcuated fields

mkoopman

Member
I have taken the example Dephi application for using a threaded TOracleDataSet and have tried to comvert it in an application using C++ Builder 6. (There wouldn't happen to BE a C++ Builder version of that example, would there?). I seem to be having issues with a threaded query that has a calcuated field. The on-calc event fires off another query. Are there any issues with using calculated/lookup fields with a threaded TOracleDataSet, or am I just implementing it incorrectly?
 
Back
Top