write data from Visual C++ win32 console application to Microsoft Access using Visual Studio.NET 2005
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello Im building a client server application where the client will send information to the server using Visual C++ .NET. The communication and sending information to the server has succeed. I want to write the information that is retrieved by the server to Microsoft Access. How can i accomplish this? For your information, Im using the win32 console application as the C++ platform. Is there any sample code which i can refer to? A friend of mine told me that there is something to do with managed C++. I really dont know anything about managed C++. Is it the same with the normal C/C++ code? What are the difference? Sori due to my 'basic' questions. hehe. Kinda desperate currently. Anyway, thank you and your reply is really appreciated.