When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency
4 10578once data is fetched into dataset connection gets closed. but in datareader connection is always maintained...then why datareader is fast and mainly recommended ?
2 5917how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Ford,
1 4456What is the difference between a Dataset and DataReader? Can dataReader hold data from multiple tables?
3 9337I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How do you check whether all the 10 records were present while updating the data(Which event and steps) and throw the exception.
2 8249i making a project using windows application c#, i want to show user name, password, and one button login. i wanna make it with sealed class .how its possible . when i clicked my login button all project should be open. pls cleare me.
1 6088
What are all the different methods under sqlcommand?
What is difference in record set and dataset?
What are all the classes that are available in System.Data Namespace?
What is ado.net in mvc?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is the difference between Data adaptor and Data set?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is bubbled event can you please explain?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Which architecture does Datasets follow?
What is disconnected data?
How can you add or remove rows from the datatable object of dataset?
Explain how to find the given query is optimised one or not?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the difference between OLEDB Provider and SqlClient?