Or, put another way, is anybody using the COM interface to ADO in C++?
I need to connect to MSSQL server with some degree of compiler-neutrality, so I've started implementing some stuff using Microsoft's ADO library ... but there are only 17 ADO C++ questions on StackOverflow, which leads me to believe that nobody is doing it this way.
Is StackOverflow correct? Is there something better than ADO for connecting to MSSQL server? Or is the msdn documentation just so awesome that nobody needs to ask any questions?
some degree of compiler-neutrality<-- Last I checked, COM was supported only with Microsoft's compilers. – Billy ONeal Aug 6 '10 at 19:31