ADO.NET provider equivilent in C++?

  • Thread starter Thread starter David Thielen
  • Start date Start date
If the code can access the managed .NET Framework namespace, yes, ADO.NET
and SqlClient is the best way to connect/access SQL Server. If not, my next
choice would be ODBC then the SNAC OLE DB provider.

--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
 
Hello Dave,

Apart from William's ssuggestions, here is an example of using ADO.NET in
C++:

http://msdn.microsoft.com/en-us/library/9ctka9db.aspx

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
 
Perfect - thanks - dave


Hello Dave,

Apart from William's ssuggestions, here is an example of using ADO.NET in
C++:

http://msdn.microsoft.com/en-us/library/9ctka9db.aspx

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
Back
Top