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
What is datasource in ado.net?
How to identify the updated rows in a dataset?
What is the use of adodc?
What is an orm, and why would you use one instead of plain old ado.net?
What DataReader class do in ADO.NET ?
What is difference between ado and other data object?
How do you update database through dataset?
What is a datagridview?
What is ado.net in vb net?
Define the data provider classes that is supported by ado.net?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is aggregating data ?
What is ado asp?
What is the namespaces being used to access oracle database?
Explain executenonquery?