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
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