i need to work with an microsoft Access database using a C++ program. in visual basic i used microsoft's ADO, but i have no idea how to implement this in C++. The solution need not use ADO. I am using visual c++.
thanks.
-pcweirdo.
__________________
life without death would get kinda monotonous after a while, eh?
n visual basic i used microsoft's ADO, but i have no idea how to implement this in C++. The solution need not use ADO. I am using visual c++.
Why not use ADO? It is available in C++, not only in VB, and you'll save yourself some learning. Those ADO Objects you're using in VB were written in C++, you know. http://msdn.microsoft.com/library/de...gramming_5.asp