Re: Use ADO in Access 2000?
From: Douglas J. Steele (NOSPAM_djsteele_at_NOSPAM_canada.com)
Date: 06/14/04
- Next message: Douglas J. Steele: "Re: Code to rename tables"
- Previous message: Douglas J. Steele: "Re: Escape char or Quoting char"
- In reply to: dj: "Use ADO in Access 2000?"
- Next in thread: dj: "Re: Use ADO in Access 2000?"
- Reply: dj: "Re: Use ADO in Access 2000?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Jun 2004 18:31:53 -0400
What permissions do you have on the folder in which the MDB exists? You must
have Read, Write and Delete.
And why are you trying to avoid DAO? For Jet databases (i.e.: MDB files),
it's still the better way.
-- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no e-mails, please!) "dj" <dj@discussions.microsoft.com> wrote in message news:0EB7C8B4-7659-4D1B-9A1C-F8E52E93EDCD@microsoft.com... > This seems so simple, yet I can't seem to work it out. > I have an Access 2000 database open. > I want to connect to the database and append to a table using ADO. > When I try to open the ADO Connection, I get the error message 'The database has been placed in a state by user 'Admin' on machine 'MYMACHINE' that prevents it from being opened or locked.' > > I experimented with the Mode settings of the Connection object to no avail. > I have a reference set to the ADO 2.8 library, no DAO reference - I'd like to avoid DAO. > Can anyone tell me what I'm missing? > > TIA, > dj
- Next message: Douglas J. Steele: "Re: Code to rename tables"
- Previous message: Douglas J. Steele: "Re: Escape char or Quoting char"
- In reply to: dj: "Use ADO in Access 2000?"
- Next in thread: dj: "Re: Use ADO in Access 2000?"
- Reply: dj: "Re: Use ADO in Access 2000?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|