Access to the database would block any other client

  • Thread starter Thread starter Ragid
  • Start date Start date
R

Ragid

Hi all,
I want that a certain client access to the database would block any other
client access until another access of this specific client would unblock the
other clients.
Is that possible?
If positive, is it a feature of the framework?
Is it supported in all database types(I work with Firebird).
Regards
Ragid
 
That's more of a feature that would be controlled by the database and not
your .NET application.
 
Back
Top