threads and dll

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
pawel

threads and dll

Post by pawel » Tue 20 Sep 2005 12:18

Hello,
I have a function which uses ODAC components (TOraSession, ToraQuery). This function is stored in .dll. And after dynamically loading this .dll and calling this function I observe that execution takes place in separate thread (I guess) - during execution I can perform some actions in the application.
I didn't set the NonBlocking option in any dataset
More details:
application is written in Delphi 5 (ODAC 2.5), .dll in CBuilder 6 (ODAC 4.0)
Please help...

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 21 Sep 2005 07:08

We couldn't reproduce your problem.Please specify exact version of your ODAC, and send us complete sample project to demonstrate your problem with scripts to create server objects.

Post Reply