Click to See Complete Forum and Search --> : Where did "Update Columns" that lived in the ClassWizard go in VC7?


Kevin Rutherford
July 15th, 2004, 11:36 AM
Gurus,

This seems like it should be obvious but I'm having a devil of a time figuring this out. I have a CDaoRecordset pointing to a particular database and a certain table in that database and all is fine. But when I had used VC6 in the past, if I ever changed or added a field in that database's table I could rely on the ClassWizard to update the columns and re-bind the variables for that CDaoRecordset class.

I know how to manually add new members to my CDaoRecordset class to point to the new added columns of my table, but this is more of a curiosity thing for me. I want to know if this feature is just gone or if I'm overlooking the technique to update the class using a wizard like feature equivalent to what was in VC6.

Please help me rest my curiosity. Thanks!