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
What two types of data providers does ADO.NET supply? What determines which one you should use?
Define table relations?
What are the disadvantages of using datalist?
What is command class in ado.net?
How to check if a datareader is closed or opened? IsClosed()
Define connection string?
What providers does Ado.net uses?
What are the different ado.net namespaces are available in .net?
What are the pre-requisites for connection pooling?
Which name space is used to get assembly details?
What is oledb connection?
What is the role of data provider in ado.net?
What are all features of ADO.Net?
What is a data control clerk?
What is difference between ado.net and asp net?