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
Post a Comment