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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO - add a field to an existing table

Status
Not open for further replies.

bas

Programmer
Jan 13, 1999
41
US
I am new to ADO, converting C++ DAO code to ADO.

I want to add a field to an existing table in an .mdb.
With DAO, I'd use the CreateField method of the CDaoTableDef. I do not understand how I'd add the new field to an existing table using ADO.

I've successfully appended the new field to a recordset, then what do I do? Am I on the right track?

Thanks for any help. Please
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top