Groups | Blog | Home
all groups > inetserver iis > august 2008 >

inetserver iis : I Can not connect to Oracle 10g XE from ASP perlscript web page on IIS 6 running on server 2003.


Eric
8/12/2008 6:02:01 AM
I Can not connect to Oracle 10g XE from ASP perlscript web page on IIS 6 running on server 2003. I have set up the database and the ODBC connections. The ODBC connection is workinh and I can connect to it via the ODBC test. I have the same ASP application running on a VISTA workstation and it connects fine.


I am not using DBD I use ADODB.Connection.
This works on other servers. NT, VISTA, server 2000. Not sure if it is a permission issue in IIS or what. Thanks for any help

"
$Conn = $Server->CreateObject("ADODB.Connection");
$Conn->Open("DSN=SCDATA;UID=tcm;PWD=tcm");
"


From http://www.developmentnow.com/g/59_2006_3_1_0_0/inetserver-iis.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button