Recent content by MITSA

  1. M

    Small problem with threaded TOracleDataSet

    Trapping the exception seems to do the trick. I now know what happens with untrapped exceptions in threads - the blow up in your face ! Many thanks
  2. M

    Small problem with threaded TOracleDataSet

    Hello I need to have a threaded query which is used to populate a dbGrid. On a form I put a TOracleSession, a TOracleDataSet a TDataSource and a TDbGrid. These are passed to my TQueryThread object which runs the query and via a synchronized method links them all together and heypresto one...
Back
Top