Hello
I have just build a client server application using Visual C++.NET. The communication between client server has suceeded. I want to save the information sent by the client to the server to a database which i plan to use Microsoft Access. How can i accomplish this? Is there any sample code to save a data from a Visual C++ application to the database? For your information, Im just using a win32 console for testing purpose. Can you guys include also any lib that i must link it to the application and also the header file which is involved. Step by step solution is very appreciated. Thank you.
Start Free Trial