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.
You need use UTF-8 when the database is created. Check the db cfg and see what the value of "Database code set." Once the database is created, it cannot be changed.
You can search for DBCS (double byte character set) in DB2 for more information.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
thanks for the quick reply!!
Yes.. I did create a UTF-8 database.
But I am unable to copy kannada characters on to my db2 command window for inserting rows into my table.. any idea how to do this on a windows machine ?
what error messages do you get?
If you create a table with char(10) it can store 10 bytes. UTF-8 Characters may use two or more Bytes. So you may need to create larger textfields.