Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC error

Status
Not open for further replies.

manutektips

Programmer
Sep 8, 2003
11
GB
Hi,
I am getting this error when I tried to connect to Oracle 9i database from an asp application. The error is "Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed ". The connection string I am using is : "DataConn.Open "Driver={Microsoft ODBC for Oracle};Server=& servername & ";Uid=" & userid ";Pwd=" & password".

Please help
 
DataConn.Open "Driver={Microsoft ODBC for Oracle};Server=& servername & ";Uid=" & userid ";Pwd=" & password".

I would look at the number and placing of the ' " 's.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top