Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to use ADO.net in VC++ to access the database? To carry out the operations like insert,delete and update and how to insert the blob(long binary data) into the blob field of the database..
Posted
Updated 25-Jul-11 21:42pm
v2
Comments
Sergey Alexandrovich Kryukov 26-Jul-11 11:42am    
Not VC++, C++/CLI.
--SA

If cannot be C++, must be C++/CLI. However, you can also create mixed-mode C++ project (managed+unmanaged). For example, look at the very last link I provide below which explains the use of ADO.NET with MFC.

Just learn it:
http://msdn.microsoft.com/en-us/library/9ctka9db.aspx[^],
http://msdn.microsoft.com/en-us/library/e80y5yhx.aspx[^].

Look at this CodeProject articles to get started: ADO.NET Primer using Managed C++[^],
Using ADO.NET in MFC Projects[^].

—SA
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900