asked on
ASKER
Everyone believes it literially means no locking, but of course with any DBMS, that's impossible.
By adding enough text fields (filled, because their stored variable length),
ASKER
The difference is text is limited to 255 max and is stored with the reset of the record.
ASKER
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY
ASKER
i see, so there are 2 concepts which sound the same. 1) record locking, 2) record-level locking
record locking:
no lock is optimistic locking
edited record is pessimistic locking
--------->all records<--------- what is this Jim? does it mean it locks all the records in the entire table?
record-level locking
page LEVEL locking locks 1 page of data - for access 2007 it's 4kB of data (cause unicode now)
record LEVEL locking is just the size of the record - however much space it takes up, no more no less.
this is correct Jim?
seems like microsoft used pretty obfuscating language with no easily referenceable documentation to expound on their parlance