I am working on a database project that requires me to code in C++. I have the framework for the relational database built using Microsoft Access. Since I would like a GUI for the user, I am trying to use Visual C++ 2008 to build it.

I have tried to build a solution as a win32 console app, MFC app, and CLR app, each halting me with their various errors.

I have scoured the web for help but to no avail. If anyone could give me some direction or, better yet, a link to a good tutorial, it would be much appreciated.

Ben

link|improve this question
3  
I would indicate what problems you're having. Can't help, if you don't tell us what the issue is. – Sergey Nov 7 '09 at 3:28
Is there any reason in particular to use Access as the database engine? Unless you are going to be the only user, I would suggest SQL Server, either the Compact or Express editions. You could still open the SQL Server database using linked tables in Access to view/edit/add rows. – Dale Halliwell Nov 7 '09 at 22:23
Why does your project require you to code in C++? – Tony Toews Nov 8 '09 at 6:06
I think Access is the best front end for Access. Is there a reason why does your project require VC++? – Andreas Hoffmann Nov 9 '09 at 15:39
feedback

2 Answers

I found an MSDN article about developing C / C++ apps that connect to Microsoft Access. Hope this helps.

link|improve this answer
+1 - addresses the question. – Jeff O Nov 9 '09 at 15:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.