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 is the difference between ado.net and oledb?
What is the provider being used to access oracle database?
Which object holds only data and does not interact with data source?
What is DataRowCollection?
What providers does Ado.net uses?
What is the use of sqldatareader class?
Some important instruction regarding ADO.NET connection string ?
What is a non query?
What are the methods of XML dataset object?
Explain the difference between ado and ado.net?
What is Data view?
How to generate a single aggregate?
What is an orm, and why would you use one instead of plain old ado.net?
What is microsoft ado?
Explian About DataAdapters