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 does ole stand for in excel?
What is the provider being used to access oracle database?
What are the core objects of ADO.NET?
What is two way data binding android?
What is the difference between OLEDB Provider and SqlClient?
What is dataadapter in ado.net?
Describe datareader object of ado.net with example.
Which control of the BindingNavigator returns the current position within the data source?
Define connection string?
Explain ado.net features? Benefits? Drawbacks?
Does sqlclient and oledb class share the same functionality?
Does ado.net use odbc?
Why is stored procedure used in ado.net?
What is ado.net and its architecture?
What is ado.net architecture?