Client versions and applications compatibility
Date: Thu, 15 Feb 2001 15:16:44 GMT
Message-ID: <wpSi6.4194$pa.55181_at_news.chello.be>
Hi,
We are producing Embedded SQL C applications and using pro*C precompiler. Unfortunately the resulting application seems to depend on the client version and to be valid for one version only: the one produced for Oracle client 7.3 does not work on Oracle client 8 and the one produced for Oracle client 8 does not work on client 8.i.
Upon crash, it mentions either NO INTERFACE DRIVER CONNECTED (ORA-03121) or that a dll is missing (sqllibxxx.dll).
It seems that the only solution is to re-link the application with the right library version.
Isn't there some kind of patch that would allow to reuse exactly the same application for several versions of Oracle Client ?
Thanks in advance,
Damien Received on Thu Feb 15 2001 - 16:16:44 CET