I have this connection string to connect to ORACLE
Code:
strCn = "Driver={Microsoft ODBC for Oracle};" & _
"SERVER=T321;UID=ANDY;PWD=MYPASS"
It works fine for most of my users, but some of them run it on 64-bit machines and this connection does not work.
Any ideas of what should I use for my connection string instead....?
Have fun.
---- Andy