Hi all.
I have problems with connection ASP and Oracle. I use Windows Server 2008 Enterprise R2 64 bit.
All this string connections not working:
cn.Open "Provider=MSDASQL;DRIVER={Microsoft ODBC for ORACLE};UID=ROOT;PWD=XXXXXX;Server=ORCL"
cn.Open "Provider=MSDAORA.1;Password=XXXXXX;User ID=ROOT;Data Source=ORCL;Persist Security Info=True;"
cn.Open "Provider=msdaora; Data Source=ORCL; User Id=ROOT; Password=XXXXXX;"
cn.Open "Driver={Microsoft ODBC for Oracle};Server=ORCL;Uid=ROOT;Pwd=XXXXXX;"
Can you help me?
Many thanks
MR