jscontreras
Programmer
Hi Everyone,
I seem to be having some issues with connecting to Oracle9i. Usually I use the following syntax to connect to Oracle and it works fine.
Syntax:
strConnection = "Driver={Microsoft ODBC for Oracle};SERVER=servername;UID=username;Pwd=password;Database=pubs"
However now with Oracle9i I get the following error message on my asp page:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
I noticed a new driver for Oracle9i call Oracle in OraHome90
However when I try to create a DSN name in ODBC sources and try to test it I keep getting this error message:
The procedure entry point slcvs2ptr could not be located in the dynamic link libray oracore9.dll.
I have installed the Oracle 9 Client successfully.
If anyone can help, I would defintely appreciate it.
Thanks
I seem to be having some issues with connecting to Oracle9i. Usually I use the following syntax to connect to Oracle and it works fine.
Syntax:
strConnection = "Driver={Microsoft ODBC for Oracle};SERVER=servername;UID=username;Pwd=password;Database=pubs"
However now with Oracle9i I get the following error message on my asp page:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
I noticed a new driver for Oracle9i call Oracle in OraHome90
However when I try to create a DSN name in ODBC sources and try to test it I keep getting this error message:
The procedure entry point slcvs2ptr could not be located in the dynamic link libray oracore9.dll.
I have installed the Oracle 9 Client successfully.
If anyone can help, I would defintely appreciate it.
Thanks