Updating Access database used by ISAPI DLL
From: Bernard Taylor (bernard.taylor_at_spamfritter.gtech.com)
Date: 01/24/05
- Next message: Rick: "Re: Ado, Transaction, Multiline statements?"
- Previous message: Vitali Kalinin: "Re: FieldByRealName"
- Next in thread: Brian Bushay TeamB: "Re: Updating Access database used by ISAPI DLL"
- Reply: Brian Bushay TeamB: "Re: Updating Access database used by ISAPI DLL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Jan 2005 07:42:03 -0800
I have an ISAPI DLL that reads an Access database. The DLL is
written in D7 and runs under IIS6 on a W2003 server.
Before the dll is loaded, the database is accessible through the
normal Access software and can be updated.
Once the dll has been activated, the database cannot be updated
through Access until the web service is stopped. As we require
manual updates and the service should be available at all times,
I am trying to find a solution to this problem.
Although the ADOConnection is kept open until the WebModule is
destroyed, I have set LockType to ltReadonly on all my ADO
components and the ADOConnection mode is set to cmRead, so I did
not expect any locking to take place.
Does anyone know how to get round this problem?
TIA
Bernard
- Next message: Rick: "Re: Ado, Transaction, Multiline statements?"
- Previous message: Vitali Kalinin: "Re: FieldByRealName"
- Next in thread: Brian Bushay TeamB: "Re: Updating Access database used by ISAPI DLL"
- Reply: Brian Bushay TeamB: "Re: Updating Access database used by ISAPI DLL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|