If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 database and the display of asian languages

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-31-10, 08:08
alexsuzuki alexsuzuki is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
DB2 database and the display of asian languages

The Great Outdoors sample/training database as of my setup does not display
asian,russian,indian languages information (only strings of small squares)
correctly.This IBM sample/training database mix western languages information
with other languages and only row,colums with western language info displays
correctly.
How can I change this ? I am using DB2 Express C on Windows7 Enterprise.
Reply With Quote
  #2 (permalink)  
Old 08-31-10, 11:31
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
The Database has to be created with the right code set. You can check this with
select * from sysibmadm.DBCFG where name like 'code%'

Unfortunately you cannot change the code set of a database. You have to recreate the database.

It can also be an issue with the Client-Tools.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On