What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / bastin
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the rules to implement connection pooling?
What is difference between connected and disconnected architecture in ado.net?
What are two important objects of ADO.Net?
Define data adapter?
What is ole db and odbc?
What is microsoft ado?
What is connection in ado.net?
What are the advantages and disadvantages of using datalist?
What is two way data binding android?
What is ado code?
Can we do database operations without using any of the ado.net objects?
how we can fire event in databound coulm in datagfrid withot using button?
Describe the disconnected architecture of ADO.NET’s data access model.
What is an orm, and why would you use one instead of plain old ado.net?
How can we serialize the dataset object?