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
Describe the disconnected architecture of ADO.NET’s data access model.
What is ado object model?
What is the difference between the clone() and copy() methods of the dataset class?
How do you update database through dataset?
Explain the basic use of "dataview" and explain its methods.
How to add a javaScript function in a datagrid?
What is Serialization in .NET? what are the types of Serialization?
Define data access layer?
What is difference between executequery and executeupdate?
What is ado control?
What is maximum pool size in ado.net connection string?
Where is adodb dll located?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What are two important objects of ADO.Net?
How to generate a single aggregate?