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 providers does Ado.net uses?
Explain the difference between ado and ado.net?
How to enable and disable connection pooling?
Difference between sqlcommand and sqlcommandbuilder?
What is the use of connection object in ado.net?
What is the difference between a datareader and a dataset?
Define connection string?
What is execute scalar in ado.net?
Define Execute Scalar?
What is linq and entity framework?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What are the advantages and disadvantages of using datalist?
Define data access layer?
What is the provider being used to access oracle database?