M
Michael Wong
Hi,
I am new to ADO.NET and ADO in general.
I have successfully created my first application to access an Access
database using a Dataset and Grid control.
If I understand, a Dataset is a snapshot of the data contained in the
database. From the Dataset, the user modify it and then update it back to
the database.
A question I have is how does it manage under a multiuser environment.
Let me explain myself. The database.mdb is on a network which users access
with there application (using Dataset).
What if two users modified the same data row at the same time?
I am new to ADO.NET and ADO in general.
I have successfully created my first application to access an Access
database using a Dataset and Grid control.
If I understand, a Dataset is a snapshot of the data contained in the
database. From the Dataset, the user modify it and then update it back to
the database.
A question I have is how does it manage under a multiuser environment.
Let me explain myself. The database.mdb is on a network which users access
with there application (using Dataset).
What if two users modified the same data row at the same time?