hi all .. i just want to ask about what is the difference between
ADO & ADO.Net ? , so if any one have an idea help me please ?
Printable View
hi all .. i just want to ask about what is the difference between
ADO & ADO.Net ? , so if any one have an idea help me please ?
There's a ton of changes and you should easily be able to use google to find a better
written comparison than I could ever provide.
The object model is quite different especially for the command and recordset classes.
There's some very cool enhancements that I personally like such as ExecuteScalar and method
overloading all over the place but like the rest of .NET there's a wee learning curve.
Sorry to not be more help.