Article ID: 867677 - Last Review: November 2, 2007 - Revision: 1.3 You receive an ODBC error when you use BCP in SQL Server 2000SYMPTOMSWhen you use the Bcp.exe (BCP) bulk copy utility in
Microsoft SQL Server 2000 to import or to export data, you may receive an error
message that is similar to the following: SQLState = S1000, NativeError = 0 Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Code page <codepage> is not supported by SQL Server SQLState = S1000, NativeError = 0 Error = [Microsoft][ODBC SQL Server Driver]Unable to resolve column level collations BCP copy out failed Note <codepage> is the code page number that you
specified by using the bcp -C argument, or the OEM code page number of your
operating system. CAUSEThis problem can occur if your operating system code page or
the code page that is specified in the BCP statement is not one of the following:
This problem occurs if MDAC 2.6, MDAC 2.7, MDAC 2.8, or the version of MDAC that is included with Microsoft SQL Server 2000 is installed on the client computer. The SQL Server ODBC driver in these versions of MDAC incorrectly checks the code page that you specify with the list of code pages that are supported by SQL Server 2000. WORKAROUNDTo work around this problem, use one of the following
three methods.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft
products that are listed in the "Applies to" section. MORE INFORMATIONThe OEM code page number for your operating system is stored
in the following registry
subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage\OEMCP | Article Translations
|
Back to the top
