adspace


Using Ado.net, what front ends and back ends can you use?

Answer Posted / sudha

ADO.NET front end we collect the data from a database and
provide the datasource to the datagridview which populates
the data, by using connection object - which provides the
connection,DataAdapter/command objects - quires for the data
and returns the results to the dataset if working in
disconnected environment else returns to the datareader.

Ado.Net backend refers to what kind of database we are using
like OLEDB,ODBC,SQL sever,orcle etc.. to know what data
provider we should use.

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1052


Explain how to call the sql commands asynchronously in ado.net version 2.0?

1001