Bulk copy code page constants specify the character set used to interpret data in a bulk copy user data file. By default, a bulk copy data file is interpreted using the code page used by the client computer directing data import or export.
Constant | Value | Description |
---|---|---|
SQLDMOBCP_RAW | -1 | Use the installed, server code page. |
SQLDMOBCP_ACP | 0 | Use the Microsoft® Windows® default, code page 1252 (ISO 8859-1). |
SQLDMOBCP_OEM | 1 | Default behavior. Use the code page installed on the client. |
SQLDMOBCP_User | 2 | Use the caller-specified code page. |