M
Miky
Hi,
I wrote a data-entry application that has to be used by 80
people and it is using databinding to the dataset. When we
were making the test on multiple machines, the application
locked stating that the record that it was trying to
access was locked by another machine (probably stored in
the same memory page). The database is in Access.
Wasn't .NET supposed to be a disconnected environment?
Do I have to move out from the databinding and manage the
connection myself?
Hope you can help me out of this soon.
Thanks,
ME-LDV
I wrote a data-entry application that has to be used by 80
people and it is using databinding to the dataset. When we
were making the test on multiple machines, the application
locked stating that the record that it was trying to
access was locked by another machine (probably stored in
the same memory page). The database is in Access.
Wasn't .NET supposed to be a disconnected environment?
Do I have to move out from the databinding and manage the
connection myself?
Hope you can help me out of this soon.
Thanks,
ME-LDV