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
What is execute reader in ado.net?
Define partial class?
What does executequery return?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is the purpose of using adodb?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is oledb driver?
Define different execute methods of ADO.NET command object ?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What are the major difference between classic ADO and ADO.NET?
What is ado.net and its features?
How to check if the Dataset has records ?
Explain the difference in record set and dataset?
What is ado asp?
Explain the architecture of ado.net?