Background
SQL server 7.0 vb6 and ado
I suppose sql server doesn't support exclusive mode:
I have implemented a kind of exclusive mode in the application
setting/unsetting flags etc. but i want to eliminate producing all of the
necessary information in the application (case of crashes, unexpected
conditions etc)
My question is what kind of information i can take from server so i can come
closer to an exclusive mode.
Is there a way, let's say to lock the entire database?
or similar things.
Is there a way to set/unset the maximum numbers of users connected to my
database and not just to the server?
Any general direction will be welcomed
Thanx in advance