DOA with oracle 10

Gilmar

Member
Good afternoon,

I own an application in Delphi 5 using the Direct Oracle Access 4.0.6.2 to connect to Oracle 9.
I will update the version of Oracle 9 to 10.
Can I have some problem to use Delphi 5 with Direct Access Oracle 4.0.6.2 to connect to Oracle 10.
Thank you.
 
You may run into access violations on 10g. Unfortunately it is not really predictable.

There are 3 ways to proceed with this:
  1. Run your application unmodified and see what happens. The problem might not occur.
  2. Modify your 4.0.6 application and set all Optimize properties of TOracleQuery and TOracleDataSet instances to False.
  3. Upgrade to 4.1 and recompile the application.
 
Back
Top