Previous Topic

Book Contents

Book Index

Next Topic

Business Data

Business data are stored in the database. To store strings requiring complex character sets, it is necessary to introduce Unicode support to the database. Individual database platforms support the Unicode encoding in different ways:

  • Oracle, DB2 - support Unicode on the database level

    The whole database can be created with Unicode support on all columns

  • MS SQL Server - does not support Unicode on the database level

    Not the whole database but only individual columns can be set up for the use of Unicode.

    Help Image

In This Chapter

Databases With Database Level Support

Databases Without Database Level Support

See Also

Valuemation Unicode Support

Possible Types of Textual Data

GUI Translations

Multilingual data

Database Character Encoding

Unicode disabled