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 10390once data is fetched into dataset connection gets closed. but in datareader connection is always maintained...then why datareader is fast and mainly recommended ?
2 5789how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Ford,
1 4362What is the difference between a Dataset and DataReader? Can dataReader hold data from multiple tables?
3 9189I 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 8090i 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 5998
Explain the namespaces in which .net has the data functionality class.
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is the difference between ADO and ADO.Net?
What is difference between datatable and dataset?
What is sqldatareader in ado.net?
What is the difference between SqlCommand and SqlCommandBuilder?
What is the use of ADO.NET and XML web services?
What are different layers of ADO.Net?
How to create data relations?
What is basic use of data view?
How can we perform transactions in .net?
Explain how to create dynamic gridview?
Explain what are acid properties?
Does ado.net use odbc?
What is XML serialization