Can an ADO recordset be created using arrays? If so, how.
I have only created ADO recordsets with data from a database...and this was in VB.
I am trying to avoid creating a temporary table.
More details:
const std::vector< std::vector< std::string > > &myData.
I want to get myData into a ADO recordset without involving a database.
An example would be helpful. Thanks!!
I have only created ADO recordsets with data from a database...and this was in VB.
I am trying to avoid creating a temporary table.
More details:
const std::vector< std::vector< std::string > > &myData.
I want to get myData into a ADO recordset without involving a database.
An example would be helpful. Thanks!!