sql locking on silverlight app
- by immuner
Hi, i am not sure if this is the correct term, but this is what id like to do:
I have an application that uses a mssql database.
This application can operate in 3 modes.
mode 1) user does not alter, but only read the database
mode 2) user can add rows (one at a time) onto a table in the database
mode 3) user can alter several tables in the database…