تسجيل الدخول

مشاهدة النسخة كاملة : How to Lock a database table from being accessed by multiple clients?



C# Programming
10-09-2009, 09:16 PM
I have a application wherein database is located on server and there are client computer which access the central database server. How to handle a situation when more than one client tries to access the same data table on the server. I'm using SQL Server 2005. It it internally handled in SQL 2005? or i need to handle in my C# code?
Please help