doug reich
Some guy
- Joined
- 4/23/08
- Messages
- 684
- Points
- 28
I have to write a DLL that makes a call to an Access .MDB database. I think I have the DLL part down (I found http://msdn.microsoft.com/en-us/visualc/bb838687.aspx very instructive), but I can't find a good tutorial on using OLE DB (optimal, they tell me), ODBC (suboptimal, they tell me) or even DAO (which is supposed to be deprecated).
What I have found so far:
1. Two books from a few years ago. These are geared towards earlier versions of VS, and don't cut to the chase sufficiently for my simple task (http://p83-apps.appl.cuny.edu.remot...set_number=032987&set_entry=000001&format=999 and http://p83-apps.appl.cuny.edu.remot...set_number=032992&set_entry=000001&format=999)
2. Some MSDN pages that are also a little dense for me (http://msdn.microsoft.com/en-us/library/ms713643(VS.85).aspx and http://msdn.microsoft.com/en-us/library/h81kkytb(VS.80).aspx)
3. Some old online tutorials whose code doesn't work in VS 2008 (ODBC from C Tutorial Part 1 and others I can't find now...)
Does anyone have a good resource for learning Access MDB database access from scratch? I have no problem doing this in VBA (boy they make it easy), and no problem with SQL, but C++ has eluded me thus far.
Thanks!
What I have found so far:
1. Two books from a few years ago. These are geared towards earlier versions of VS, and don't cut to the chase sufficiently for my simple task (http://p83-apps.appl.cuny.edu.remot...set_number=032987&set_entry=000001&format=999 and http://p83-apps.appl.cuny.edu.remot...set_number=032992&set_entry=000001&format=999)
2. Some MSDN pages that are also a little dense for me (http://msdn.microsoft.com/en-us/library/ms713643(VS.85).aspx and http://msdn.microsoft.com/en-us/library/h81kkytb(VS.80).aspx)
3. Some old online tutorials whose code doesn't work in VS 2008 (ODBC from C Tutorial Part 1 and others I can't find now...)
Does anyone have a good resource for learning Access MDB database access from scratch? I have no problem doing this in VBA (boy they make it easy), and no problem with SQL, but C++ has eluded me thus far.
Thanks!