We have a VB application that dynamically constructs Recordsets from data retrieved from a DB, this allows various tables with various numbers of columns to be loaded without having to know each of the table schema. It uses the Recordset.Fields.Append functionality.
Is there the capablility in VC++ CRecordset / CDAORecordset to perform the same Recordset.Fields.Append functionality?
Is there the capablility in VC++ CRecordset / CDAORecordset to perform the same Recordset.Fields.Append functionality?