I'm currently running a multi-threaded application and am occasionally getting the following error when trying to connect:
Access violation at address 017BF8cc in module 'CORE40.dll'. Read of address 221DCCAC.
Each thread has its own session object with the ThreadSafe property set to True.
The server is running the Oracle 9 client software, but has recently been upgraded from 8.
The software is scheduled as a batch job, and sometimes is OK, and sometimes errors. The problem being that when it errors it freezes the thread preventing the application from terminating.
Any ideas would be appreciated.
Thanks in advance.
Nick
Access violation at address 017BF8cc in module 'CORE40.dll'. Read of address 221DCCAC.
Each thread has its own session object with the ThreadSafe property set to True.
The server is running the Oracle 9 client software, but has recently been upgraded from 8.
The software is scheduled as a batch job, and sometimes is OK, and sometimes errors. The problem being that when it errors it freezes the thread preventing the application from terminating.
Any ideas would be appreciated.
Thanks in advance.
Nick