Buffers/Concurrent Updates
- From: "Dean Slindee" <slindee@xxxxxxxxxxx>
- Date: Fri, 29 Dec 2006 21:07:21 -0600
This question concerns an Access .adp project with a SQL Server 2000
backend.
If two users of the application bring up the same row in a table, the
changes by the second user get saved whereas the first user's changes are
overwritten (assuming the second user saved the row last). I presume that
this is because both users have a full buffer of all the rows in the table.
Is this presumption valid?
Is there any practical way to refresh all of the user's buffers when a
change has been made to the table? Like a requery? (The form uses the
table for it's data source). Or are "real" Access programmers using some
form of optimistic concurrency and timestamps.
Thanks,
Dean S
.
- Prev by Date: Re: Add/Edit combo box question
- Next by Date: Re: public name change?
- Previous by thread: Backing up Access 2000 to a CD disk?
- Next by thread: Re: windows can not run this file error, the file is RUNACC~1.LNK
- Index(es):