IRowsetFastLoad

IRowsetFastLoad exposes support for SQL Server bulk-copy processing. SQLOLEDB consumers use the interface to rapidly add data to an existing SQL Server table. For more information, see Bulk-Copy Rowsets.

Method Description
Commit Marks the end of a batch of inserted rows and writes the rows to the SQL Server table.
InsertRow Adds a row to the bulk-copy rowset.

See Also

Bulk-Copy Rowsets