DTS Programming
Codepage Property
The Codepage property specifies the code page to use while loading data.
Applies To
| BulkInsertTask Object |
Syntax
object.Codepage [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a BulkInsertTask object |
| value | Code page to use |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetCodepage(BSTR *pRetVal);
HRESULT SetCodepage(BSTR NewValue);
Remarks
Use one of these values:
- ACP
- OEM (default)
- RAW
- A code page number (for example, 850)