Using SQL db I can do a query that will do no record locking on my script without interruption with other queries.
example of SQL commands
select * from employee with (nolock)
My question is how can this be done on Access environment having link tables to SQL dbase. The reason of bringing out this question is to eliminate interuptions of record locking while other's performing their query simulteneously.
example of SQL commands
select * from employee with (nolock)
My question is how can this be done on Access environment having link tables to SQL dbase. The reason of bringing out this question is to eliminate interuptions of record locking while other's performing their query simulteneously.
Comment