ODBC Bulk Insert

  • Thread starter Thread starter Mike C#
  • Start date Start date
M

Mike C#

Am looking for an ODBC SQLBulkOperations wrapper for VC++; in particular I
need to perform bulk Insert operations. Anyone know where I can find this?

Thanks
 
I just extended the MFC CDatabase class with some methods that set ODBC API
BulkOperations parameters, some other methods that allow me to cache bulk
updates and inserts, etc.
 
Back
Top