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
List all the steps in order, to access a database through ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is ole2 format?
How to pass multiple tables in datasets simultaneously?
What connected data?
What is Dataset Object?
Define Execute Reader?
Why edit is not possible in repeater?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What are the 3 major types of connection objects in ado.net?
Is entity framework better than ado.net?
What DataReader class do in ADO.NET ?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
How to find the given query is optimised one or not?
What is ado code?