vote up 0 vote down star

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

flag
3  
I would indicate what problems you're having. Can't help, if you don't tell us what the issue is. – unknown (google) Nov 7 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 at 22:23
Why does your project require you to code in C++? – Tony Toews Nov 8 at 6:06

2 Answers

vote up 1 vote down

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

link|flag
+1 - addresses the question. – GuinnessFan Nov 9 at 15:41
vote up 0 vote down

I think Access is the best front end for Access. Is there a reason why does your project require VC++?

link|flag

Your Answer

Get an OpenID
or

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