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 recordset created using arrays?

Status
Not open for further replies.

mangocinn

Programmer
Jul 26, 2001
66
US
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!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top