MDAC 2.5 SDK - OLE DB Providers
OLE DB Provider for SQL Server
IRowsetFastLoad exposes support for Microsoft® SQL Server™ bulk-copy processing. SQLOLEDB consumers use the interface to rapidly add data to an existing SQL Server table.
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