Accessing remote MS Access DB thru IIS App
From: Grant (anonymous_at_discussions.microsoft.com)
Date: 02/19/04
- Next message: Tom Kaminski [MVP]: "Re: Accessing remote MS Access DB thru IIS App"
- Previous message: Filip Heens: "Error while installing Devices Updates 4.0"
- Next in thread: Tom Kaminski [MVP]: "Re: Accessing remote MS Access DB thru IIS App"
- Reply: Tom Kaminski [MVP]: "Re: Accessing remote MS Access DB thru IIS App"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 08:16:08 -0800
Hi,
I have a VB 6 IIS Application running as a compiled DLL under IIS 5.0 on Win2K. It uses the ADO 2.5 library to give users OLEDB and ODBC access from a browser, to various types of databases - mostly remote from the IIS server itself.
I've run into a problem that's referenced in an MSDN article "Debugging your IIS Application" ... "Do not use an Access database on a remote computer in your project. While this will work in debug mode, it will not work when the application is compiled."
Is there any kind of workaround that would allow access to a remote MS Access database from a compiled (DLL) IIS Application?
I've tried various means of access - setting up the remote Access database as an ODBC database; using mapped drive letters; using the machine-based name (\\remotemachine\databases\mydb.mdb) - but nothing seem to work on the compiled DLL even though all of these methods work in the development environment, as well as in the VB6 "Standard EXE" version of my software.
Any help would be appreciated.
Thanks,
Grant
- Next message: Tom Kaminski [MVP]: "Re: Accessing remote MS Access DB thru IIS App"
- Previous message: Filip Heens: "Error while installing Devices Updates 4.0"
- Next in thread: Tom Kaminski [MVP]: "Re: Accessing remote MS Access DB thru IIS App"
- Reply: Tom Kaminski [MVP]: "Re: Accessing remote MS Access DB thru IIS App"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|