error '80004005' while opening recordset, while others work just fine
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.
