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...