Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > Classic ASP Basics
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." 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 Basics 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 April 26th, 2005, 04:01 AM
Authorized User
 
Join Date: Apr 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default Microsoft OLE DB Provider for ODBC Drivers error '

hi all ,

i m trying to coneect to a access database Using DSN , but when i try to connect i get an error

Microsoft OLE DB Provider for ODBC Drivers error '8007000e'

[Microsoft][ODBC Microsoft Access Driver] System resource exceeded.

. i m not getting iy , how to solve it .

please help me

Rajiv

 
Old April 26th, 2005, 05:18 AM
Authorized User
 
Join Date: Jul 2004
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Did you specify the provider name in the connection string?
It would be easier to trap the problem if you paste the
code which gives you the error

Regards,
Spacy


 
Old April 26th, 2005, 05:21 AM
Authorized User
 
Join Date: Apr 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default


 dim rcon
    set rcon = server.CreateObject("ADODB.CONNECTION")
    rcon.ConnectionString ="DSN=report"
    rCon.Open


 
Old April 26th, 2005, 10:41 PM
Authorized User
 
Join Date: Jul 2004
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Check out this link:

http://www.aspfaq.com/show.asp?id=2301

 
Old April 27th, 2005, 12:38 AM
Authorized User
 
Join Date: Apr 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default

it is still not working dear

 dim rcon
    set rcon = server.CreateObject("ADODB.CONNECTION")
    rcon.mode = 1 ' adModeRead
    rcon.ConnectionString ="DSN=report"

    rCon.Open

please suggest me how to solve it


 
Old April 27th, 2005, 05:56 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

;;;it is still not working dear
Still not working isnt going to get you a solution. Whats you error, is it the same, is it different...

For all your connectionstring troubles:

http://www.connectionstrings.com/

Wind is your friend
Matt
 
Old April 28th, 2005, 12:52 AM
Authorized User
 
Join Date: Apr 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default

it was the same error ,






Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft OLE DB Provider for ODBC Drivers (0x8004 phantom3008 ASP.NET 1.0 and 1.1 Basics 6 April 25th, 2007 10:30 AM
Microsoft OLE DB Provider for ODBC Drivers phantom3008 Classic ASP Basics 6 March 15th, 2007 09:39 AM
Microsoft OLE DB Provider for ODBC Drivers surendran Classic ASP Databases 4 October 27th, 2003 10:23 AM
OLE DB Provider for ODBC Drivers error '80004005' Routhg Access ASP 2 June 11th, 2003 07:02 AM





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