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 > Errors connecting to MS-Access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-08-02, 18:13
natgrauman natgrauman is offline
Registered User
 
Join Date: Sep 2002
Posts: 11
Errors connecting to MS-Access

Hi,

Sometimes when I get an error, the page tells me what line it's on and gives me some hint of what it's all about, but sometimes it's just a generic "HTTP 500 - Internal server error" page, even when I haven't changed anything. It makes debugging a nightmare. Can anyone explain this?

Secondly-

How can I find out the correct values of the constants in msado15.dll? I don't know the physical path to it on my server and I keep getting an error in the file that calls it. I'm hoping I can just manually declare the constants. Or, how can I find the path? I can't use server.makepath because it's outside of the ASP script, right?

Thank you!
Reply With Quote
  #2 (permalink)  
Old 11-09-02, 13:13
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Include the file adovbs.inc - that will solve your constants problem.

The internal server error - this error is used for so many errors that it makes debugging difficult. However, you can disable the show friendly http error message in your browser which will help.
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