M
ma
Hello,
I did some database programming in the past and I always used database
controls which were offered by VB to connect to a database (Access
database). One facility that offered by these controls and I like it most is
the record locking. By record locking, I mean the capacity of locking a
record so it is not edited by two or more user at the same time.
I found that this technology is no longer supported in .NET. Am I right?
If I am wrong, how can I use this control (or similar control) in C#?
If I am right, how I can develop an application that when a user is editing
a record prevents others from editing the same record?
Regards
I did some database programming in the past and I always used database
controls which were offered by VB to connect to a database (Access
database). One facility that offered by these controls and I like it most is
the record locking. By record locking, I mean the capacity of locking a
record so it is not edited by two or more user at the same time.
I found that this technology is no longer supported in .NET. Am I right?
If I am wrong, how can I use this control (or similar control) in C#?
If I am right, how I can develop an application that when a user is editing
a record prevents others from editing the same record?
Regards