473,382 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

code set& territory

1
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
Jan 28 '08 #1
1 2493
sakumar9
127 Expert 100+
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
Jan 30 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Sadun Sevingen | last post by:
i have SqlParameterCollection and i want to reach it by SET and GET methods... public SqlParameterCollection Parameter this { get { return Command.Parameters; } set
0
by: Johannes Unfried | last post by:
Problem Best practice needed to marshal STL data from managed code to unmanaged code & vice vers Details managed code is written in managed C++ & accesses the unmanaged code (i.e. lives in a...
4
by: stevecanfield | last post by:
I want to do something like this: from random import choice x = set(("jenny", "jacqui", "claire", "chris", "tracy")) somebody = random.choice(x) but I bet a "TypeError: unindexable object"...
1
by: SamSpide | last post by:
Hi all, I have a moderate-side 'Windows Form Application' (C++) project, with several forms. For some reason switching between code & designer views (right-click ;view code' or 'view...
5
by: solargovind | last post by:
Hi, In VBA code, How can i run Sql query..? I need to delete a record by the below query... Docmd.runsql(Delete * from Payment_detail_Table where Payment_id=(Select Max(Payment_id) from...
3
by: Petr Pavlu | last post by:
Hello, I have two questions how the functions should be written. I read the FAQ but didn't find any answer. If there is any please point me out. I. Cleanup code Consider I have to open file1,...
3
by: PicO | last post by:
i need some explanation about the difference between priority queue & set & heap ... as they all sort the data in ( n log n ) ... but the only i see that priority queue only can pop the top (...
0
by: gianluca | last post by:
I've just wrapped the rough set library from C to python. Could anybody help me to test it and debug? thanks Gianluca
1
by: chennaibala | last post by:
can any one send me mutiple image upload program and save the file name with extension in mysql table.we must cheak uploaded file type like bmp or any image file while uploading. i develop...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.