codepage,谁给解释一下?
问题点数:39、回复次数:3Top
1 楼yangzi(笨笨)回复于 2001-11-15 09:38:51 得分 0
code是代码。
page是页。
codepage就是代码页。
明白了吗?
:)
Top
2 楼azs()回复于 2001-11-15 09:47:16 得分 0
哥们!
会,你就给解释!
不会,你就歇着,行不!Top
3 楼yxl1108(yxl1108)回复于 2001-11-18 03:49:04 得分 39
code page is character set.
A character set determines the types of characters that SQL Server recognizes in the char, varchar, and text data types. A character set is a set of 256 letters, digits, and symbols specific to a country or language. The printable characters of the first 128 values are the same for all character sets. The last 128 characters, sometimes referred to as extended characters, are unique to each character set. A character set is related to, but separate from, Unicode characters.
所以,我觉得yangzi的回答虽然简单,但是对的。Top




