What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / sweety
diff:
1.ADO is a connected approach,where as ADO.Net is a
disconnected data approach.
2.ADO is a concept of vb 6.0,where as ADO.Net ia concept
of .Netframework.
3.ADO is a Object Based,where as ADO.Net is a Object
Oriented.
4.ADO supports recordset,whereas ADO.Net supports dataset.
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain what are the steps to connect to a database?
how we can fire event in databound coulm in datagfrid withot using button?
How do you merge 2 datasets into the third dataset in a simple manner?
How does ado.net work?
What are the different layers of ado.net?
Why edit is not possible in repeater?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are ado.net objects?
What is ado.net in vb net?
how Sequence to connect and retrieve data from database using dataset?
How do you update database through dataset?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What are the difference between readonly vs. Const?
What is dataset object? Explain the various objects in dataset.
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx