Hi,
I have a rather exotic configuration in which my ActiveX-Control should run:
-OracleInstant Client
-Calling App runs OCI7 using homemade librarys
The problem is this: When one of my own applications calls my ActiveX, everythings just fine. But as soon as the designated application uses my ActiveX, there is no DB connect.
I narrowed down the problem to the incapability of the InstantClient to run both OCI-versions in one Application. So I tried OracleSession.Preferences.UseOCI7 := true, but to no avail. My ActiveX still can't connect.
Is there anything else I can try?
Thanks in advance!
Regards,
Sherlock
I have a rather exotic configuration in which my ActiveX-Control should run:
-OracleInstant Client
-Calling App runs OCI7 using homemade librarys
The problem is this: When one of my own applications calls my ActiveX, everythings just fine. But as soon as the designated application uses my ActiveX, there is no DB connect.
I narrowed down the problem to the incapability of the InstantClient to run both OCI-versions in one Application. So I tried OracleSession.Preferences.UseOCI7 := true, but to no avail. My ActiveX still can't connect.
Is there anything else I can try?
Thanks in advance!
Regards,
Sherlock