|
-
Mar 21st, 2000, 04:10 AM
#1
Thread Starter
New Member
Is it possible to perform row locking with VB and SQL 7.0 ?
if yes, how to do it?
if no, is it possible to use recordset lock instead of row lock? in the real world, what method will be used ?
-
Mar 21st, 2000, 09:51 AM
#2
Guru
SQL 7 does row level locking by default
-
Mar 21st, 2000, 11:36 AM
#3
Thread Starter
New Member
um...
Then How can I use it with VB 6.0?
-
Mar 22nd, 2000, 05:16 PM
#4
Thread Starter
New Member
yes, I tried it before. But it is a recordset locking not a row locking....
-
Mar 23rd, 2000, 12:47 AM
#5
Guru
What kind of cursor are you using?
-
Mar 23rd, 2000, 03:07 AM
#6
Thread Starter
New Member
Client and Server both of them....
You mean I just need to use vb provide function to do the record lock. Then It will be a Row Lock, not a recordset lock. right?
-
Mar 23rd, 2000, 10:27 AM
#7
Guru
as soon as you edit the current record, that row will be locked in the database (assuming you don't use a disconnected recordset)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|