asp.net - How to access same table from different locations -


i having small doubt in module. kindly give idea regarding

this. i.e. have 1 centralized sqlserver database. database

accessed on world. assume 2 users there (one user usa & 1 user india) own credentials.

-> if first user access 1 table database & opened 5 fields of particular table. -> meanwhile second user access same table, display fields whatever first user opened.(it reflects on second user session)

how can achieve functionality? (i developing web application using asp.net, c# & sqlserver 2008r2 backend)


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -