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
Which parameter of ConnectionString is used to specify the name of the database?
What is adodb dll?
What is ole in vb?
What is shadow copy?
How can we add/remove row's in "datatable" object of "dataset"?
Explain ado.net features? Benefits? Drawbacks?
What does executereader return?
What does adodb stand for?
What are the several execute methods of ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is row state?
What are the data access namespaces in .NET?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What is variable view?
Explain the difference between sqlcommand object and command behavior object?