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
Define data access layer?
Command objects uses, purposes and their methods.
How can we add/remove row's in "datatable" object of "dataset"?
Explain how do you connect to sql server database without using sqlclient?
What are the different methods by which we can populate a dataset?
Explain how to pass multiple tables in datasets simultaneously?
What is the namespaces being used to access oracle database?
Which database is the ado.net?
What does executequery return?
Explain the different row versions available in table?
What are the pre-requisites for connection pooling?
What are ado.net objects?
Which provider is used to connect ms access, oracle, etc…?
What are the disadvantages of using datalist?
Explain the role of data provider in ado.net?