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 method to get XML and schema from Dataset? getXML() and get Schema ()
What is data relation?
What does ole stand for in excel?
What is ado.net in vb net?
What is difference between sqldatareader and sqldataadapter?
What are the data access namespaces in .NET?
Explain how can we load multiple tables in to dataset?
differance between ADO vs ADO.Net?
differences between ADO and ADO.NET
Describe connection object in ado.net
What is ado.net object model?
What are the essential features of ado.net?
What is the role of clr?
What are all the commands used with Data Adapter?
What is ado asp?