Slashdot Mirror


User: Segador+TM

Segador+TM's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Not exactally true... on Microsoft Office Faces British Invasion · · Score: 1

    Actually that's not true.. The number of people who can log into and change an access database is practically unlimited depending on your bandwidth and horsepower running the database. Access follows practically the same rules as any other user level or enterprise level database concerning record locking, etc.. It's up to the programmer to determain how database and record access is accomplished and how strict the record locking is. And even with extremely strict record locking(ie, only letting one person change a specific record at one time) it's still possible to program around it, although that should never really be necessary with a well designed database.