Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Everyone,

I am having small doubt in my module. Kindly give idea regarding

this.
i.e. I have one centralized sqlserver database. This database is

accessed from all over the world.
assume that two users are there (one user from usa & one user from india) with their own credentials.

-> if first user access one table from database & he opened 5 fields of the particular table.
-> meanwhile second user also access the same table, it will display all the fields whatever first user opened.(it reflects on the second user session)

how i can achieve this functionality

Kindly give me suggestion

Thanks in Advance
Satish Chandragiri.
Posted

1 solution

You might want to check Multiuser Environments.
Here are the MSDN links that will be helpful for you:
Multiuser Environments (Visual Database Tools)[^]
Reconciling Changes Made by Multiple Users (Visual Database Tools)[^]

Here is a walkthrough of it: MultiUse Walkthrough[^]

And somethings to consider about allowing multiuser access environment. Link[^]

Good luck,
OI
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900