I have installed win32_11gR2_client
and through a classic asp page I am trying to connect to oracle.
I have setup the System DSN accordingly.
But still getting :
-2147467259 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified error
. I am don't know what is wrong. Have anybody encountered this situation? I am trying this on a Windows 2012 Server. I have the same setup in DEV. It is working there.
I am connecting to Database using :
ConnString = "SERVER=" & serverDSN & ";
driver={Microsoft ODBC for Oracle};UID=" & userId & ";PWD=" & userPassword & ";"