Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DAO-Binding Controls

Status
Not open for further replies.

PAC1

Programmer
Joined
Apr 12, 2001
Messages
2
Location
US
Can/does app wizard automajically create controls that are bound to a DAO data source? If so how do I get it to work?
 
Hi

As far as I remember, I did it by creating a database application with App Wizard. Look at the C++ tutorial from Microsoft for the details.
This was not, however, a great idea as you're quite stick to the standard design made by Class Wizard.
IMHO, to get full database functionality, it's better to use class wizard to build automatically the recordset and the DDX that make the use of the recorset easy, ...
Then build the application around these building blocks using your own interface.

HTH
Thierry
EMail: Thierry.Marneffe@swing.be

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top