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 usage of the dataset object in ado.net?

487


What is meant by executenonquery?

528


Define bubbled event?

515


What is sql connection in ado.net?

498


What is ado or jdbc?

516






What are advantages of microsoft-provided data provider classes in ado.net?

547


Which is faster entity framework or ado.net?

500


What are basic methods of dataadapter?

507


What is the difference between a datareader and a dataset?

518


What is a datagridview?

516


Why is ADO.NET serialization slower than ADO ?

567


What are the Features and disadvantages of dataset

557


If we are not returning any records from the database, which method is to be used?

757


How can we load multiple tables in a dataset?

535


Which provider is used to connect ms access, oracle, etc…?

528