I 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.
once data is fetched into dataset connection gets closed. but in datareader
connection is always maintained...then why datareader is fast and mainly
recommended ?
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
explain connection less and with connection?diference
between data reader,data set,data adapter? can we use data
reader,data set in a single application? if yes explain
with simple code,if no explain?
The answers which posted above is not satisfied my
requirement? Can some one post teh exact answer? Thanx
40
How do we invoke queries from the application
48
What are the advantages of oledb compared with other
classes?
66
how can implement dropdownlist in particular of dataset
when try to update?
83
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?
43
how to create a quiz software using 4 options to answer
and how to check with answers in the database and award
marks....
43
What are the differences between RAW, AUTO and Explicit
modes in retrieving data from SQL Server in XML format?