Re: ADO vs ADO.net
The ability to 'write less code' is more a function of the wrappers
(classes/functions/routines) that the higher level languages sit on top of
the very low level code that actually communicates with the database
(oledb/sqlnativeclient).
--
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net
"Eric Kaplan" <tobycraftse@yahoo.com> wrote in message
news:g7jmu39oj1ci5v993m0ung604uroqgesed@4ax.com...
> is that the main difference between ADO and ADO.net is
>
> ADO = native C++, need write more code to do query
>
> ADO.net = managed C++, write less code to do the same thing?
|