Answer Posted / shashikant kothavale
basically ADO .Net is based on disconnected data
architectures unlike traditional vb 6.
interactions with database is done through data command and
dataset is the new concept that is in memory representation
of data in xml format we can also work with xml data doc.
class to segregate their contents.
easy use of transactions and structured exception handling.
data pis persisted in XML Format.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explain the dataadapter class in ado.net?
What are the data providers used in ado.net
What is the provider being used to access oracle database?
What are all the commands used with Data Adapter?
Define different execute methods of ADO.NET command object ?
Define connection string?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Explian About DataAdapters
Which is faster entity framework or ado.net?
What is ado and dao?
Which namespaces are used for data access?
Where is adodb dll located?
What are the steps you will take to improve performance? Will you use dataset or datareader?
Name which operations can you not perform on an ado.net dataset?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?