.. Perhaps you may also know, is it possible for more than one person to be
running the "update" query via the "edit.asp" page in the Database Interface
Wizard n frontpage at the same time, perhaps working on different records, or
should I ask that one to the FrontPage forum?
Mick,
I am not an expert on the Database Wizard. I am not sure how the DIW goes
about doing the record or database locking to allow multiple users to access
the DB at the same time.
Best practice is to open any/all records as "read only" and to very briefly
open for "read/write" just as the program needs to update a record and then
immediately close that record again. So if best practices were coded, it
should be possible for more than one user to be updating the DB at the same
time but it will not be possible for 2 users to update the same record at
the same time.
It gets messy when you do. The 2nd user using the older record updates over
the top of the newer record reverting the DB to the older record with the
2nd users changes. This is a major head-ache in DB design/programming.
Lots of books/words expended on it.
The other thing to remember is if this site and the database update
frequency gets above a very modest level, your ISP will want you to upgrade
to a faster/more powerful DB product.
Hope that helps,
Tom Miller
--