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

How is entity framework different from ado.net?

473


What is bubbled event can you please explain?

516


Can we do database operations without using any of the ado.net objects?

522


What is XML serialization

579


What does executequery return?

512






What is defaultview in datatable?

526


Explain the difference between sqlcommand object and command behavior object?

522


What is ambient transaction?

495


How to Read, Add, Update and Delete record in Entity Framework ?

556


How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?

558


What is the usage of the dataset object in ado.net?

477


Is it possible to edit data in Repeater control?

519


What is the full form of ado.net?

496


Explain why edit is not possible in repeater?

524


What are the differences between OLEDB and SQLClient Providers?

552