Re: msaccess and dataset problems
VC8 also has a different data access framework in the form of
OLE DB consumers in ATL in regular C++. Let's not jump into
..NET unless OP really needs that. Additionally, VC8 ships with
MFC which I believe still has native support for the dated DAO
(I never use MFC, so I don't know if they've cut that off by now).
Finally, you can use C++ to access databases via ADO (not .NET)
using #import as well as via raw ODBC (though this API is from
the C era).
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@mvps.org
MVP VC FAQ: http://vcfaq.mvps.org
=====================================
"Bruno van Dooren" <bruno_nos_pam_van_dooren@hotmail.com> wrote in message
news:OvxAOlxhHHA.596@TK2MSFTNGP06.phx.gbl...
don't know if the dataset is ado.net for visual studio c++ 2005.
It is if you are using C++/CLI (C++ for the .NET platform).
If you don't know anything about ADO.NET I cannot explain it to you in a
couple of paragraphs. Have a look at some C# examples on
www.codeproject.com or another tutorial site, and take it from there.
But you'll really have to invest some time in learning ADO.NET if you want
to understand what you are doing.
--
Kind regards,
Bruno van Dooren MVP - VC++
http://msmvps.com/blogs/vanDooren
bruno_nos_pam_van_dooren@hotmail.com