
How to do record/row level locking?
Actually you can get record-level locking using Jet/DAO3.5x! You do not
need to use Jet4.
MS says no, but reality is otherwise (gee, another big surprise <g>)
It was demonstrated & documented in the June 1999 issue of Windows
Developer's Journal (www.wdj.com) and involves setting a single flag on the
creation of the recordset and the one restriction is that the recordset may
contain no more than one record.
I would pass the code along here and now but:
1) It was someone else's tip
2) I seem to have misplaced that issue (I was just reading over that same
bit of code a couple of days ago and don't know where i put it. sorry).
But go to the wdj site and look up the issue's contents, it was on page 67 I
believe.
It's a good one. Just a few lines of DAO and well worth the price of the
back issue.
-Robert Smith
Kirkland WA
www.smithvoice.com/vbfun.htm
Quote:
> If it's possible, could you pls tell me how to do it in VB?
>If you are talking about Access then I think you'll need to use 2000.
>Paul
>~~~~