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: error to connect ASP page to Oracle

Re: error to connect ASP page to Oracle

From: Dave Anderson <GTSPXOESSGOQ_at_spammotel.com>
Date: Wed, 21 Sep 2005 23:01:11 -0500
Message-ID: <11j4b3nn66g9h46@corp.supernews.com>


jrefactors_at_hotmail.com wrote:
> Approach #1: Oracle OLEDB Provider
> ==================================
>
> cst = "Provider=MSDAORA;" & ...

This is not the Oracle OLEDB provider. See the MS at the beginning of MSDAORA? It stands for Microsoft, which is why your error message reads:

> Microsoft OLE DB Provider for Oracle (0x80004005)

Use the actual OLEDB provider from Oracle. You might find this useful: http://www.connectionstrings.com/

But there's a more foolproof way. Use the .UDL trick: http://www.webconcerns.co.uk/asp/udl/udl.asp

-- 
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use 
of this email address implies consent to these terms. Please do not contact 
me directly or ask me to contact you directly for assistance. If your 
question is worth asking, it's worth posting. 
Received on Wed Sep 21 2005 - 23:01:11 CDT

Original text of this message

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