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 data relation?

678


What are dataproviders?

724


What is dataset object? Explain the various objects in dataset.

801


What are the ado.net components?

744


Explain what are acid properties?

754


If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?

828


What are the benefits of using ado.net?

706


Does entity framework use ado.net?

706


Why do we use sqldataadapter?

703


What is typed dataset ?

875


How can you identify whether or not any changes are made to the DataSet object since it was last loaded?

777


Explain how to create dynamic gridview?

702


What connected data?

683


What is ado full form?

735


Explain ado.net features?

770