| title |
IRowsetFastLoad (OLE DB) | Microsoft Docs |
| ms.custom |
|
| ms.date |
04/27/2017 |
| ms.prod |
sql-server-2014 |
| ms.reviewer |
|
| ms.technology |
native-client |
| ms.topic |
reference |
| topic_type |
|
| helpviewer_keywords |
IRowsetFastLoad interface |
|
| ms.assetid |
d19a7097-48d9-409a-aff9-277891b7aca7 |
| author |
MightyPen |
| ms.author |
genemi |
| manager |
craigg |
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.
Interfaces (OLE DB)
Bulk Copy Data Using IRowsetFastLoad (OLE DB)
Send BLOB Data to SQL SERVER Using IROWSETFASTLOAD and ISEQUENTIALSTREAM (OLE DB)