I was going to start a project in VB.net using ADO.net to a FoxPro database.
Foxpro has a RLOCK function that allows you to lock a record while you are
editing it. How can I achieve this with ADO.net??

Re: Record Locking by William

William
Wed Feb 16 14:14:04 CST 2005

Start a Transaction with the repeatable read attibute. I have an article
about this on my site (one of the Doing the Impossible articles). See
www.betav.com/articles.htm


--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

"Altman" <NotGiven@SickOfSpam.com> wrote in message
news:e9fed%23EFFHA.208@TK2MSFTNGP12.phx.gbl...
>I was going to start a project in VB.net using ADO.net to a FoxPro
>database. Foxpro has a RLOCK function that allows you to lock a record
>while you are editing it. How can I achieve this with ADO.net??
>