What is adventage and disadventage of using ADO in VB.NET? Is it practical to use? or I should move to ADO.NET?
Thank you
Printable View
What is adventage and disadventage of using ADO in VB.NET? Is it practical to use? or I should move to ADO.NET?
Thank you
Move to ADO.NET. Its easier and more flexible to work with.
ADO.NET has greater XML support, easier disconnected data access, more control over updates, and greater update flexibility.
Moreover , performance issue is one of the new features of ADO.NET and the important thing is SQLServer support !