View Full Version : Why does ASP Hang when opening an MDB?


mcraig88
12-13-2005, 02:35 PM
I don't get it. I have a vbscript that will open an ADO connection 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.

Any ideas?

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

Thanks,

Mike

mcraig88
12-13-2005, 03:09 PM
One important piece of information I left out... This script is querying a table, which is a 'linked table'. This linked table, is linked to our Sharepoint 2003 server.

Mike