TOracleSession and TTable

jarost

Member
Will a future release of DOA enable a Delphi TTable component to recognize a
TOracleSession component? I am currently trying out the trial version of DOA and in
order to improve the performance of InfoPower's (Woll2Woll) SearchDialog component, I need to be able to use their wwTTable component with TOracleSession. However, the Session property's drop-down list of wwTTable (or Delphi's TTable), will only show Delphi Session component names, not OracleSession names. Is this an unreconcilable difference between TOracleSession and TTable, or is there a workaround?

Thanks for your help,

Jay Rost
 
The TTable component will never be compatible with a TOracleSession. Apparently the problem here is that the SearchDialog does not connect to a TDataSet or TwwDataSource, but to a T(ww)Table. This makes the SearchDialog and the TOraclewwDataSet incompatible.

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