doa345 in 10g

hi :cool: ,
i'm using a oracle 10g database, and, i have two oracle clients version in my winxp:9i and 10g;
In MY aplication, when i list the database connections services, is showing only from the oracle9iClients services.

This application is using d5, doa 345, and two oracle clients.
:confused: when i use a delphi7 using doa 405... all database connections services are listed...

My question is:
Its uncompatible doa 345 and oracle10g?
I need migrate my application to use the oracle10g client?

Tks...

:) :)
 
> Its uncompatible doa 345 and oracle10g?

Yes, but there are two problems:

- DOA only checks for Version 7/8/9 in DB-Version. Only minor changes in source needed to get access over Client 9i to Oracle 10
- Oracle changes dramatically Client-API in Version 10. You will need new DOA-Version

> I need migrate my application to use the oracle10g client?

Yes.
 
Tks,
I change the version of my application to use Doa405...
I only change the component... my fear was make necessary change anything in my code ...
:]

until now, its running ok,,,

ficou tudo bem...
tks,,,
 
Back
Top