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: Wed, 30 Aug 2000 14:59:43 GMT
Message-ID: <39ad1f16.5360447@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 Avance Received on Wed Aug 30 2000 - 09:59:43 CDT

Original text of this message

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