OLE DB and SQL Server
Bulk-Copy Rowsets
SQLOLEDB implements the provider-specific IRowsetFastLoad interface to expose support for Microsoft® SQL Server™ 2000 bulk copy from a consumer to a SQL Server 2000 table. IRowsetFastLoad exposes the two member functions:
- InsertRow
Bulk copies a single row of data to a SQL Server 2000 table.
- Commit
Marks the end of a batch of bulk copy insertions and writes inserted data to the SQL Server 2000 table.