المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Multiple user accessing single DB



C# Programming
06-16-2009, 03:12 PM
Hello to everybody....

I have developed an application in C# which one is intended to interact with a database file. Well, as it is not supposed to be a large and complex database, I chose to work with MS Access. So far so good.....

Now, my application is already developed and the database as well, but the following issue came out to my mind: whether it would be possible a multi-user access to be performed upon the database. The number of users is expected to be up to 10.

How to use same MDB file over LAN network, and performing operation parallely from multiple users.

Any article/hint or clue will be highly appreciated and exceptionally helpful!http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif

regards