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?
Answer Posted / prabhat saxena(lmp)
above exp. is excellent for connection less and connection
oriented.
data adapter performs almost five steps
1- open(create)connection
2- fatch the data
3- generate xml file of data
4- fill xml data file into the dataset by fill()method
5- closed the connection.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
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 is the difference in an abstract class and an interface?
What is the difference between OLEDB Provider and SqlClient?
What is difference between sqldatareader and sqldataadapter?
What are the advantages of ado.net?
What is ado.net components?
What are the data providers in ADO.NET framework?
What is Data Provider?
What are the major difference between classic ADO and ADO.NET?
What is difference between datatable and dataset?
What is the use of sqldatareader class?
What are the parameters that control most of connection pooling behaviors?
Explain ado.net features? Benefits? Drawbacks?
What is namespace in ado.net?
What is ado.net tutorial?