Answer Posted / prabhakar
system stored procedures,
user defined stored procedures
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of using datalist?
What is the usage of the dataset object in ado.net?
Explain the advantage of ADO.Net?
What is the difference in an abstract class and an interface?
How can we check that some changes have been made to dataset since it was loaded?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What is sql connection in ado.net?
What is difference between datareader and dataadapter?
What are the advantages and drawbacks of using ado.net?
What is data relation in ado.net?
What is dataset object? Explain the various objects in dataset.
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What are the objects of ado.net?
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 28 can datareader hold data from multiple tables?
How to connect and retrieve data from database using dataset