I have a VB6 EXE that is not working correctly in Windows 7. I have registered the DLL's that were needed, and have VB6 runtime.
When i run the app, in VB6, it functions correctly, but when made an EXE it errors at the connection.
The connection string is "DSN=DB1;UID=user;PWD=password;"
it says ORA12545 error, something to do with the connection not existing.
Why would this app function differently in VB6 than as an EXE. Our DSN's go through TNSNames.ora.
Many thanks, this is sending me crazy :)
When i run the app, in VB6, it functions correctly, but when made an EXE it errors at the connection.
The connection string is "DSN=DB1;UID=user;PWD=password;"
it says ORA12545 error, something to do with the connection not existing.
Why would this app function differently in VB6 than as an EXE. Our DSN's go through TNSNames.ora.
Many thanks, this is sending me crazy :)