Any equivalent to: TOracleSession.ExternalLDA ?
Posted: Wed 19 May 2010 14:58
Our legacy application opens 3 Oracle connections upon startup. We are planning to fix this. We would like 1 connection shared by all components. We are BDE at this moment, and sharing BDE TDatabase is possible using the TDatabase.Handle. However, one component is written in Oracle PRO*C. Documentation says that if we were DOA then we could share the PRO*C connection with Delphi by using TOracleSession.ExternalLDA.
But we are not DOA. We have made a feasability study to migrate to ODAC. I would like to know if a PRO*C sqlda connection could be used by the ODAC componnent as in DOA?
Thanks.
But we are not DOA. We have made a feasability study to migrate to ODAC. I would like to know if a PRO*C sqlda connection could be used by the ODAC componnent as in DOA?
Thanks.