Skip to content

Commit eae2d17

Browse files
committed
update reference
1 parent 8623a71 commit eae2d17

30 files changed

Lines changed: 31 additions & 31 deletions

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpcolfmt-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
apiname:
1212
- "IBCPSession::BCPColFmt (OLE DB)"
1313
apitype: "COM"

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpcolumns-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: "06/14/2018"
66
ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.technology: connectivity
9-
ms.topic: "reference"
9+
ms.topic: reference
1010
apiname:
1111
- "IBCPSession::BCPColumns (OLE DB)"
1212
apitype: "COM"

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpcontrol-ole-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
apiname:
1212
- "IBCPSession::BCPControl (OLE DB)"
1313
apitype: "COM"
@@ -44,7 +44,7 @@ HRESULT BCPControl(
4444
|BCP_OPTION_ABORT|Stops a bulk-copy operation that is already in progress. You can call the **BCPControl** method with an *eOption* argument of BCP_OPTION_ABORT from another thread to stop a running bulk-copy operation. The *iValue* argument is ignored.|
4545
|BCP_OPTION_BATCH|The number of rows per batch. The default is 0, which indicates all rows in a table when data is being extracted, or all rows in the user data file when data is being copied to [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]. A value less than 1 resets BCP_OPTION_BATCH to the default.|
4646
|BCP_OPTION_DELAYREADFMT|A Boolean, if set to true, will cause [IBCPSession::BCPReadFmt](../../oledb/ole-db-interfaces/ibcpsession-bcpreadfmt-ole-db.md) to read at execution. If false (the default), IBCPSession::BCPReadFmt will immediately read the format file. A sequence error will occur if **BCP_OPTION_DELAYREADFMT** is true and you call IBCPSession::BCPColumns or IBCPSession::BCPColFmt.<br /><br /> A sequence error will also occur if you call `IBCPSession::BCPControl(BCPDELAYREADFMT, (void *)FALSE))` after calling `IBCPSession::BCPControl(BCPDELAYREADFMT, (void *)TRUE)` and IBCPSession::BCPWriteFmt.<br /><br /> For more information, see [Metadata Discovery](../../oledb/features/metadata-discovery.md).|
47-
|BCP_OPTION_FILECP|The *iValue* argument contains the number of the code page for the data file. You can specify the number of the code page, such as 1252 or 850, or one of the following values:<br /><br /> BCP_FILECP_ACP: data in the file is in the Microsoft Windows® code page of the client.<br /><br /> BCP_FILECP_OEMCP: data in the file is in the OEM code page of the client (default).<br /><br /> BCP_FILECP_RAW: data in the file is in the code page of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)].|
47+
|BCP_OPTION_FILECP|The *iValue* argument contains the number of the code page for the data file. You can specify the number of the code page, such as 1252 or 850, or one of the following values:<br /><br /> BCP_FILECP_ACP: data in the file is in the Microsoft Windows code page of the client.<br /><br /> BCP_FILECP_OEMCP: data in the file is in the OEM code page of the client (default).<br /><br /> BCP_FILECP_RAW: data in the file is in the code page of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)].|
4848
|BCP_OPTION_FILEFMT|The version number of the data file format. This can be 80 ([!INCLUDE[ssVersion2000](../../../includes/ssversion2000-md.md)]), 90 ([!INCLUDE[ssVersion2005](../../../includes/ssversion2005-md.md)]), 100 ([!INCLUDE[ssKatmai](../../../includes/sskatmai-md.md)] or [!INCLUDE[ssKilimanjaro](../../../includes/sskilimanjaro-md.md)]), or 110 ([!INCLUDE[ssSQL11](../../../includes/sssql11-md.md)]). 110 is the default. This is useful for exporting and importing data in formats that were supported by earlier version of the server. For example, to import data obtained from a text column in a [!INCLUDE[ssVersion2000](../../../includes/ssversion2000-md.md)] server into a **varchar(max)** column in a [!INCLUDE[ssVersion2005](../../../includes/ssversion2005-md.md)] or later server, you should specify 80. Similarly, if you specify 80 while exporting data from a **varchar(max)** column, it will be saved just like text columns are saved in the [!INCLUDE[ssVersion2000](../../../includes/ssversion2000-md.md)] format, and can be imported into a text column of a [!INCLUDE[ssVersion2000](../../../includes/ssversion2000-md.md)] server.|
4949
|BCP_OPTION_FIRST|The first row of data of the file or table to copy. The default is 1; a value less than 1 resets this option to its default.|
5050
|BCP_OPTION_FIRSTEX|For BCP out operations, specifies the first row of the database table to copy into the data file.<br /><br /> For BCP in operations, specifies the first row of the data file to copy into the database table.<br /><br /> The *iValue* parameter is expected to be the address of a signed 64-bit integer that contains the value. The maximum value that can be passed to BCPFIRSTEX 2^63-1.|

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpdone-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
apiname:
1212
- "IBCPSession::BCPDone (OLE DB)"
1313
apitype: "COM"

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpexec-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
apiname:
1212
- "IBCPSession::BCPExec (OLE DB)"
1313
apitype: "COM"

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpinit-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
apiname:
1212
- "IBCPSession::BCPInit (OLE DB)"
1313
apitype: "COM"

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpreadfmt-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
apiname:
1212
- "IBCPSession::BCPReadFmt (OLE DB)"
1313
apitype: "COM"

docs/connect/oledb/ole-db-interfaces/ibcpsession-bcpwritefmt-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
apiname:
1212
- "IBCPSession::BCPWriteFmt (OLE DB)"
1313
apitype: "COM"

docs/connect/oledb/ole-db-interfaces/ibcpsession-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
apitype: "COM"
1212
helpviewer_keywords:
1313
- "IBCPSession interface"

docs/connect/oledb/ole-db-interfaces/ibcpsession2-bcpsetbulkmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
99
ms.technology: connectivity
10-
ms.topic: "reference"
10+
ms.topic: reference
1111
helpviewer_keywords:
1212
- "BCPSetBulkMode function"
1313
author: David-Engel

0 commit comments

Comments
 (0)