Link to home
Start Free TrialLog in
Avatar of sanctified
sanctified

asked on

Good C++ Tutorial for connecting to an Access 2000 DB

I'm tring to find a good tutorial for using a C++ app as a front end for and Access 2000/97 database.

Currently I'm using "Dev C++", a compiler made by Bloodshed software. But it shouldn't matter much..

Back to the question..

I'm still relatively new to the C/C++ (5 months into it)culture coming from Visual Basic, but I'm wanting to do my new apps in C++ because it's more recognized as a professional language than VB.

Thanks

JMD
Avatar of Axter
Axter
Flag of United States of America image

Trying to interface with Access without MFC is going to be a pretty hard to do.

I highly recommend that you get VC++ and use MFC if you want to interface with Access.
It's real easy to do via MFC.
Avatar of Pavlik
Pavlik

Well... MFC is "a little" heavy :-). I usually don't allow this moster to live in my programs. I would prefer to use either ODBC or OLEDB for such task.
You don't neccesarily have to go for MFC, but you will almost certainly need some kind of third party software/libraries for that. In general Windows programming is very hard is you don't have all the nifty functionality provided by something like MFC or Borland's OWL.

BTW, Dev C++ is not a compiler, just a front-end for G++, Cygwin or MinGW compilers . The last two here might provide the functionality you need. Check the websites

http://sources.redhat.com/cygwin/
http://www.mingw.org/
ASKER CERTIFIED SOLUTION
Avatar of mohsiniiui
mohsiniiui

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
format the program for good understanding of what's going on.

EE database gave an error message when i sent it with proper indentation.
Dear sanctified

I think you forgot this question. I will ask Community Support to close it unless you finalize it within 7 days. You can always request to keep this question open. But remember, experts can only help you if you provide feedback to their questions.
Unless there is objection or further activity,  I will suggest to accept

     "mohsiniiui"

comment(s) as an answer.

If you think your question was not answered at all, you can post a request in Community support (please include this link) to refund your points. The link to the Community Support area is: https://www.experts-exchange.com/commspt/

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
======
Werner