Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

error '80004005' while opening recordset, while others work just fine

Guest
Dec 01, 2011 Dec 01, 2011

Hello,

I'm working on my first dynamic site: MS Access Database with VBscript. I have a DSN-less connection. Most of the dynamic pages are running fine, both in the local and remote server. Search results display in several pages when there are too many records, without any error (using a Request.QueryString). However, when I want to navigate from the Master page of results to a Details page (only one of the results' records) I get the following error:

"

error '80004005'

/einservices/EIA_details_list.asp, line 22

"

In the file in question, Line 22 opens a recordset. I think my SQL is correct as the entire site works well in the local server.

There is no problem with my DSN-less connection, as proven by the fact that the other dynamic pages are running well both in the local and the remote server.

Does anyone have a clue about what may be happening? This is really puzzling me.

Thanks for any help you can provide.

TOPICS
Server side applications
456
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 01, 2011 Dec 01, 2011
LATEST

>when I want to navigate from the Master page of results to a Details

>page (only one of the results' records) I get the following error:

Are you sure you are using the same connection string on the detail and master?

Are you coding this by hand, or Server behavior?

What does the SQL look like?

Would really need to see the entire detail page code to be of more help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines