Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
>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.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more