
Access databases with VC++ 6.0
Hi all
I am new to VC++ and really need some help.
The biggest problem I have got , is that I am doing some coursework for
college, and have been tod *not* to use AppWizard nor ClassWizard etc;
all the code must be my own.
I have an Access database and am trying to manipulate the data through
ordinary dialog boxes derived from CDialog().
The operations I am trying to perform are:
- Data comparisons, i.e. search the database for data entered through a
dialog box, e.g. passwords and User IDs.
- Add new data/records to the database - again through a dialog box
- Delete data/records - again through a dialog box.
- Finally retreive data for display purposes
Could someone be kind enough to point me in the right direction, some
code examples would be really helpful.
I have spent a small fortune on a mountain of books but they all seem to
use the Wizards which is very unhelpful.
Many Thanks - In advance
Gary Gurd.