Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> I have a problem width ODBC Please ....

I have a problem width ODBC Please ....

From: <fundacion_at_hotmail.com>
Date: Thu, 31 Aug 2000 06:24:16 GMT
Message-ID: <39adf9f7.61393078@news.ddnet.es>

I have a server width W2000 and Oracle 8i two days ago the ASP pages work fine but in this moment the ASP pages say me :

Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Oracle][ODBC][Ora]General error.

/explorer/e-body.asp, line 146

the code of the asp pages is

	dim tabla
	dim db

	set db = Server.CreateObject("adodb.Connection")
	set tabla = Server.CreateObject("adodb.Recordset")

	db.Open "conodbc", "login", "Pass"

Somebody knows this error and a solution of this?

PD. VisualBasic and access Database conect width oracle via ODBC widthout problems.VisualBasic use ADO connection too

 I dont Know what ...
Thaks in Advance Received on Thu Aug 31 2000 - 01:24:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US