title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | helpviewer_keywords | apitype | |
---|---|---|---|---|---|---|---|---|---|---|
IRowsetFastLoad (Native Client OLE DB provider) |
IRowsetFastLoad (Native Client OLE DB provider) |
markingmyname |
maghan |
03/14/2017 |
sql |
native-client |
reference |
|
COM |
[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]
Important
[!INCLUDEsnac-removed-oledb-only]
The IRowsetFastLoad interface exposes support for [!INCLUDEssNoVersion] memory-based bulk-copy operations. [!INCLUDEssNoVersion] Native Client OLE DB provider consumers use the interface to rapidly add data to an existing [!INCLUDEssNoVersion] table.
If you set SSPROP_ENABLEFASTLOAD to VARIANT_TRUE for a session, you cannot read data from rowsets subsequently returned from that session. When SSPROP_ENABLEFASTLOAD is set to VARIANT_TRUE, all rowsets created on the session will be of type IRowsetFastLoad. IRowsetFastLoad rowsets do not support rowset fetch functionality; therefore, data from these rowsets cannot be read.
Method | Description |
---|---|
IRowsetFastLoad::Commit (OLE DB) | Marks the end of a batch of inserted rows and writes the rows to the [!INCLUDEssNoVersion] table. |
IRowsetFastLoad::InsertRow (OLE DB) | Adds a row to the bulk copy rowset. |
Interfaces (OLE DB)
Bulk Copy Data Using IRowsetFastLoad (OLE DB)
Send BLOB Data to SQL SERVER Using IROWSETFASTLOAD and ISEQUENTIALSTREAM (OLE DB)