View Full Version : Can't open Access db from ASP


mcraig88
12-15-2005, 09:15 AM
I have a vbscript that will open an ADO connection to my Access database and execute a stored procedure passing a parameter, and return a value. however, when I convert this to an ASP page, it fails to open the database. It actually just hangs on the .open command and doesn't return.

The access database has linked tables to a Sharepoint 2003 site.

I can send a copy of the vbscript or asp if someone would like to have a look.

Thanks,

Mike
Edit/Delete Message

modest
01-23-2006, 07:56 PM
why dont you post the code; and realize that asp and asp.net are different so make sure you've correctly identified which one you would like to use