OLE DB and SQL Server
IRowsetFastLoad (OLE DB)
IRowsetFastLoad exposes support for Microsoft® SQL Server™ 2000 bulk-copy processing. SQLOLEDB consumers use the interface to rapidly add data to an existing SQL Server 2000 table.
Method | Description |
---|---|
Commit | Marks the end of a batch of inserted rows and writes the rows to the SQL Server 2000 table. |
InsertRow | Adds a row to the bulk-copy rowset. |