Hi
while using ADO.NET's Disconnected Architecture if the multiple users updating the database(dataset) what will hapen ?
If i use the DataSet ADO.NET's Disconnected Architecture i dont want to make the connection so am doing some chages in dataset ,at the same another person also connect to database by using dataset and modify the dataset so both of our data are not using real data , how in ado.net managing this problem to maintain the same data(updated data) ?
JK
while using ADO.NET's Disconnected Architecture if the multiple users updating the database(dataset) what will hapen ?
If i use the DataSet ADO.NET's Disconnected Architecture i dont want to make the connection so am doing some chages in dataset ,at the same another person also connect to database by using dataset and modify the dataset so both of our data are not using real data , how in ado.net managing this problem to maintain the same data(updated data) ?
JK