cgm said:
Does MS Access support Nolock paremeter?
I believe this is a SQL Server-specific keyword.
But I do believe Access doesn't lock the records for read. By default,
it uses optimistic locking, meaning it request for lock when it attempt
to update, rather than soon as it is dirtied.
What prompted you to ask this? Normally, fiddling with Access's locking
behavior is almost never needed so there may be a better solution for
whatever problem you intended to solve with "NOLOCK".