Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ASP: How do I connect to an Access DB on another server?

0 views
Skip to first unread message

andy.m...@siemens.com

unread,
Feb 16, 2005, 12:12:51 PM2/16/05
to
Hi Gang

I have IIS5 running on a Win 2000 server that hosts our asp
applications. I'm creating a new application on this server but it
needs to access an Access database on another Win 2003 server. In the
asp how do I connect to the database on the remote server? Please
help.

Andy

Jeff Cochran

unread,
Feb 16, 2005, 1:08:11 PM2/16/05
to

This is an ASP issue (technically a networking issue) not an IIS one.
Had you asked in the asp.db group they probably would have referred
you to:

http://www.able-consulting.com/MDAC/ADO/Connection/OLEDB_Providers.htm#OLEDBProviderForMicrosoftJet

Jeff

Kristofer Gafvert

unread,
Feb 17, 2005, 6:59:37 AM2/17/05
to
Hi,

You need access to the file system of the remote server, so you could
probably use an UNC path to access the file.

This KB Article explains more:

"How to connect to a remote Access database from Active Server Pages"
http://support.microsoft.com/kb/253580

--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com

0 new messages