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 -> Re: Missing Dlls?

Re: Missing Dlls?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 26 Apr 2001 17:09:03 +0200
Message-ID: <tegecg480rfr0d@beta-news.demon.nl>

Obviously you need to replace data_source_name = data_source_name is with a real data source name at the right side of the =, and the same for user_id.

Regards,

Sybrand Bakker, Oracle DBA

"Romeu Costa" <romeu.costa_at_si.efacec.pt> wrote in message news:9c8skv$k3k$1_at_venus.telepac.pt...
> Hello!
> I need your help! I have a Windows 2000 and when I'm trying to connect to
> Oracle database via an .asp page I get the followed error: "Oracle error
> occurred, but error message could not be retrieved from Oracle."
>
> To connecto to the database I use the followed code:
> Set Conn = Server.CreateObject("ADODB.Connection")
> Conn.Open("Provider=MSDAORA; Data Source=Data_Source_Name; User
> ID=User_Id; Password=password;")
>
> I think that the problem is in some Dll that is probably missing or
 corrupt.
>
> Has anyone get some problem like this?
>
> Thank you all!
> Romeu Costa
>
>
Received on Thu Apr 26 2001 - 10:09:03 CDT

Original text of this message

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