Connection with Oracle from ASP 3.0
I try to connect with a database Oracle 9.i from my code in ASP 3.0 and I don't became it. I have used differents connection strings but none of them were right.
I define a ODBC connection which test ok, and I connect database from sqlplus, so it looks configuration is fine.
My connection strings are the following:
1.- lsConnStr = "DSN=ms_oracle;UID=asasa;PWD=asasa";
With "Microsoft ODBC for Oracle 2.575.1117.00
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
No se puede cargar el controlador especificado debido al error del sistema 5 (Oracle en OraHome92).
2.- lsConnStr = "DSN=ora92_oracle;UID=asasa;pwd=asasa";
With "Oracle en OraHome92"
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][Administrador de controladores ODBC] Error de SQLAllocHandle del controlador en SQL_HANDLE_ENV
First connection string works fine in a WS2000 but my server needs run in a WS2003, and I have an error in it.
If somebody helps me..............
Thanks for all.
|