J
Jonathan Wood
Based on my other thread, "Database Blocking -- Why?" I wonder if I could
ask a few specific questions from someone who understands ADO/SQL better
than I.
1. When reading rows using SqlDataReader, does reading the next row release
the lock on the previous row? It sounds like the answer is no because
several rows may be locked at a time. Could someone confirm?
2. How about DataSet? Is there a way to ensure any locks on the rows I've
read get released?
Thanks.
Jonathan
ask a few specific questions from someone who understands ADO/SQL better
than I.
1. When reading rows using SqlDataReader, does reading the next row release
the lock on the previous row? It sounds like the answer is no because
several rows may be locked at a time. Could someone confirm?
2. How about DataSet? Is there a way to ensure any locks on the rows I've
read get released?
Thanks.
Jonathan