Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 9th, 2003, 09:48 AM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with Oracle provider

Hello,

I have problem with creating connection to Oracle db. I use OraOLEDB provider and when I want connection open I get this error message:"Provider cannot be found. It may not be properly installed."

This is my connection string:
oConn = Server.CreateObject("ADODB.Connection");
sConn = "Provider=OraOLEDB.Oracle.1;";
sConn += "Password="+password+";"
sConn += "User ID="+username+";"
sConn += "Data Source="+db.dbname+";Log Level=0";

oConn.Open(sConn)

I've installed driver manualy reinstalled MDAC but it still doesnt work.

Can anybody help me please!!

Thanks, Ondrej








Similar Threads
Thread Thread Starter Forum Replies Last Post
Sharepoint 2007 - Shared Services Provider problem MarkS_ORS SharePoint Admin 0 August 17th, 2007 06:53 AM
problem with custom membership provider hertendreef ASP.NET 2.0 Professional 8 April 17th, 2007 12:11 PM
Oracle provider error bikerd Pro VB Databases 2 April 4th, 2005 11:26 AM
problem in getting provider string in vb.net sumeghagupta General .NET 2 October 9th, 2004 12:07 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.