Can't open Access db from ASP (1 Viewer)

M

mcraig88

Guest
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

Registered User.
Local time
Today, 11:26
Joined
Jan 4, 2005
Messages
1,220
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
 

Users who are viewing this thread

Top Bottom