Viewing 5 posts - 1 through 5 (of 5 total)
Jmathai,
I theory, row level locking is automatic... but the exact results are based on way too many things:
a) Lock type - Pessimistic / Optimistic
b) Number of indexes
c) Type of indexes
Under some...
November 6, 2004 at 9:29 pm
I had a major problem with deadlocks many months ago. I did follow the advice mentioned above. I needed a lot more control over the locking. The main things I...
October 29, 2004 at 1:37 pm
Sholliday, that article was an excellent resource. I did write the code in VB 6.0 but I operate in mostly disconnected mode. I create connections on the fly, as needed,...
June 29, 2004 at 5:41 pm
Antares, I really appreciate your input. Thanks!
June 27, 2004 at 3:34 pm
Thanks David... I do appreciate your comments. Our application is designed to connect and disconnect in very sub-atomic routines. I was wondering if the Begin/Commit Transaction mechanism works the same. ...
June 26, 2004 at 2:49 pm
Viewing 5 posts - 1 through 5 (of 5 total)