If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > IIS and connection to my database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-17-03, 05:52
florint florint is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
IIS and connection to my database

Hi,
I am trying to use IIS (local) on my pc to run an ASP site. Without a connection to the database, everything works fine, but when i include my db open and dbclose i get this error message:
Serverobject, ASP 0177 (0x8007007E)
8007007e ???

My connection is like this: Set Conn = Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../database/mydatabase.mdb")

At my Host everything works perfect.

Any suggestions ?

Thank you in advance
Reply With Quote
  #2 (permalink)  
Old 11-17-03, 14:27
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Is ado installed on the iis machine ?
Reply With Quote
  #3 (permalink)  
Old 11-17-03, 23:09
florint florint is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
Thank you for your reply - it may be the problem. I donīt know wher to look if it is ?
I am using Windows XP Proffesionel, IIS 5.1

Kind regards
Reply With Quote
  #4 (permalink)  
Old 11-17-03, 23:13
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Download the mdac componenet checker from ms web site - also, update your mdac is there is a more current version.

Here is a link to several items that should be helpful - including the component checker:

link
Reply With Quote
  #5 (permalink)  
Old 11-17-03, 23:39
florint florint is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
Hi again,

Thank you very much for your help - I downloaded the MDAC and that did it. :-) Everything works now.

Have a nice day.
Reply With Quote
  #6 (permalink)  
Old 11-17-03, 23:40
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Good to know.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On