What is the main difference between ADO and ADO.Net
Answer Posted / hhh
ADO- Connection-Oriented Architecture
Use Record Set
Communicate in Binary mode
Ado.net Dis-connected architecture
Use DataSet,Adapter
Parse Data in XML mode
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
What is ole data type?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is serialization and de-serialization in .net?
Which method is used by command class to execute SQL statements that return single value?
What is ado oledb and odbc?
What do you mean by performing asynchronous operation using command object?
can we create synonymn in ms access,sql server,my sql if so explain me with example
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Can we do database operations without using any of the ado.net objects?
Which is faster dataset or datareader?
What are the advantages and drawbacks of using ado.net?
What is csdl entity framework?
What is ado.net explain with diagram?
Why do we use sqldataadapter?