|
Blue Forest http://www.lslnet.com at 11:08 on July 8, 2006
Under the conversion of Sybase System Character Set As can be seen in Table syscharsets cp850 characters, as follows :
Name id
------------------------------ ---
Ascii_8 0
Iso_1 1
Cp850 2
Cp437 3
Roman8 4
Mac 5
Defaultml 20
Thaidict 21
Iso14651 22
Utf8bin 24
Binary 25
Altnoacc 39
Altdict 45
Altnocsp 46
But using sp_configure "default character set id", 2 cp850 to change characters, the system being given as follows :
Rev. sp_configure "default character set id", 2
2>;
3>; go
Msg 5824, Level 16, State 4 :
Server 'shang' Procedure 'sp_configure', Line 695 :
Didtinction reconfigure server to use sort order ID 25, because the row for its
Underlying character set (ID 2) does not exist in syscharsets.
(Return status = 1)
What are the reasons for doing wrong? : Oops : : oops : : oops : |
| |