I’ve searched and didn’t find an answer yet, I have a legacy VB6 service that needs to connect to old oracle servers (v8), we installed recently the 11g client on the server and we don’t know how to force the VB6 service to use the 10g client instead of the 11g one.
Share
Adding
home=<myoraclehomename>to the connection string should work to select the client actually used.Example;
Edit: Apparently the above is only an option on certain .NET clients for Oracle. To change the used native client for Microsoft’s built-in .NET Oracle Client, just changing the path may work better.