write data from Visual C++ win32 console application to Microsoft Access using Visual Studio.NET 2005
-
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? Im quite new to this and still learning. Can you guys also include any lib that needs to be linked to the project and also any header files that i must include. Thank you and your reply is really appreciated.
-
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? Im quite new to this and still learning. Can you guys also include any lib that needs to be linked to the project and also any header files that i must include. Thank you and your reply is really appreciated.
I'm sure someone in the Managed C++ forum can tell you which .NET class are available to allow you to interact with Access. If you were doing it in straight C++ you'd be talking OLE/DB or ODBC3 or parhaps even wrapping up some ADO in a C++ callable VB Dll, X| can't believe I said that. You know what to do. :)
Nothing is exactly what it seems but everything with seems can be unpicked.