The tables in this Unicode database will default to code page 1208.
这个Unicode数据库中的表都将默认为代码页1208。
You need to create the Unicode database as a new database using code set UTF-8 first.
需要先创建一个使用编码集utf - 8的新unicode数据库。
A Unicode database only stores character data in Unicode format, and it does not display the data in Unicode format.
Unicode数据库只以unicode格式存储字符数据,并不以unicode格式显示数据。
Prior to DB2 UDB V8.2, a Unicode database could only be defined with the collating sequence IDENTITY, which means that the characters are compared by their byte encoding.
在DB 2UDBV8.2之前,Unicode数据库只能定义为排序次序identity,这意味着按照字节编码对字符进行比较。
If you export data from a Unicode database to a client that does not use Unicode as its standard code page, you may lose data when the data file is written.
如果将来自unicode数据库的数据导出到一个客户机,但是这个客户机并不使用Unicode作为它的标準编码页,那么在写数据文件时可能会丢失数据。
This is problematic, particularly when the migration is to a Unicode database that is designed to store character data in UCS-2 format that uses the GRAPHIC/VARGRAPHIC data types.
这是一个问题,尤其是在迁移到使用UCS-2格式(这种格式使用GRAPHIC/VARGRAPHIC数据类型)存储字符数据的Unicode数据库时。
For example, when you create a nullable VARCHAR (1024) column in a Unicode database and then create an index on VARCHAR (1024) column. You will encounter the following error.
例如,在Unicode数据库中创建一个可空的VARCHAR(1024)列,然后在这个VARCHAR(1024)列上创建索引。