SQLOLEDB implements the provider-specific IRowsetFastLoad interface to expose support for Microsoft SQL Server bulk copy from a consumer to an SQL Server table. IRowsetFastLoad exposes the two member functions:
InsertRow, which bulk-copies a single row of data to an SQL Server table.
Commit, which marks the end of a batch of bulk-copy insertions and writes inserted data to the SQL Server table.