Tagged Questions
0
votes
0answers
168 views
OptimisticLockException - Sql Server - Handle
I am trying update a record in the database in one of the methods of GridViewControl.
It is raising OptimisticLockException. In my database I have four date fields (dZadOpenDateTime, ...
0
votes
1answer
147 views
table per client in database
We developing service were for each client user can make appointment.
Is there strategy - table in database (MS SQL SERVER) for each client will be proper?
We think such strategy simplifies and ...