Problem In ADODB- Editing -Locking Recordsets.

Problem In ADODB- Editing
Locking Recordsets.

Hello,

I am working on a project that will run on network. There are <Add> <Modify> <Delete> <View> and <Print> buttons on the form. I am using ADO 2.1 and later with Foxpro 7 as backend. When a particular record is opened for editing at one machine, try to opening the same record on another machine should give a message that particular records is being edited on another machine. How can I do that? Please help me.

Mail Id sanjay@ccc.com.bh

VIJAY
[572 byte] By [VijayReddy_Bah] at [2007-11-19 23:06:25]
# 1 Re: Problem In ADODB- Editing -Locking Recordsets.
What kind of database are you using?
I used for that, in sql server WITH LOCK option. You could consider this.
Here is a link:
http://www.sql-server-performance.com/reducing_locks_hints.asp
DanielaTm at 2007-11-9 13:43:50 >
# 2 Re: Problem In ADODB- Editing -Locking Recordsets.
Thanks Danila for your reply,
i useing visual foxpro as tables, so its not working.

regards

vijay
VijayReddy_Bah at 2007-11-9 13:44:51 >