Access threading Locks?

  • Thread starter Thread starter cisco
  • Start date Start date
C

cisco

Let's say we have a program writing to the access database constantly. Let's
say i have another program that needs to read a lot of data to it. How does
ACCESS/JET handle this? Does it lock the database for the write so the
process reading from it has to block? Is this safe?

Is there any information on the net that has this. I tried searching but i
could only find threading issues from 2000 with Delphi.

Thanks,
Cisco
 
Back
Top