Open Access MDB from Browser

M

Mike Morisoli

I have a client who would like to start adding links to Access databases
from IE but my tests don't work. It appears that no matter what type of
file://<path> I use, Access won't actually start. From what I can guess, IE
is trying to download the MDB to the local machine's cache and run it from
there.



Does anybody know of a way to open an MDB from a browser?



Perhaps there is a setting in IE...



Thanks for any suggestions, Mike
 
B

Brendan Reynolds

You're correct, IE will download the MDB to the local hard disk, and open it
from there. That's the only way it can work using a simple link in IE. There
are, of course, other technologies, such as ASP or ASP.NET, that can be used
to provide remote access to Jet databases, but simply adding a link to the
MDB in an ordinary HTML page is not going to work.
--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
Top