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 the difference between SqlCommand and SqlCommandBuilder?
What do you mean by performing asynchronous operation using command object?
What is ado recordset?
What is a control toolbox?
What is acid in ado.net?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is ado control?
What are the features of ado.net?
What is data reader in ado.net?
What is sqldatareader in ado.net?
How can we save all data from dataset?
differance between ADO vs ADO.Net?
What are the namespaces used in ado.net for data access?
What is the maximum pool size in ado.net connection string?
How to check if a datareader is closed or opened? IsClosed()