code set& territory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KIMU
    New Member
    • Jan 2008
    • 1

    code set& territory

    hi dudes ,
    i want to insert data in tables that is in english, i am from india.
    for that i want to create database ,for that i need these values, i am using
    xp sp2

    CODE SET
    TERRITORY
    COLLATE USING
    Last edited by KIMU; Jan 28 '08, 01:11 PM. Reason: using os
  • sakumar9
    Recognized Expert New Member
    • Jan 2008
    • 127

    #2
    You can use default values for these parameters.
    By the way, which DB2 version are you using?

    By default, DB2 will create the database based on your system settings. If your system is set to English, then you need not give any of these parameter values.


    Even if you wish to give these values, use following:
    Database territory = US
    Database code page = 1208
    Database code set = UTF-8

    Thanks and Regards
    --- Sanjay

    Comment

    Working...