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 5918how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Ford,
1 4457What 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 8250i 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 the essential features of ado.net?
What is ado or jdbc?
What is the meaning of object pooling?
Do we use stored procedure in ADO.Net?
Define bubbled event?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is difference between datatable and dataset?
What is the difference between DataReader and DataSet in ADO.NET?
How would you connect to database using .NET?
Does ado.net use odbc?
What is ole db and odbc?
Explain all the classes those are used for database connections between sql server and asp.net?
What is the difference between OLEDB Provider and SqlClient?
What is the difference between Optimistic and Pessimistic locking?
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?