Supplied Collations - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

Supplied collations

CHAPTER 9
The collation (ASA_Label)
Case sensitivity (Case)
Blank padding (Blank Padding) if it was specified when the database was
created.
You can also see the collation of your current database by using the
utility to write the collation into a file:
dbcollat -c " connection-string " filename
For example, you might extract the collation from the asiqdemo database as
follows:
dbcollat -c "uid=DBA;pwd=SQL;eng=myhost_asiqdemo"
demo_col
You can display the contents of filename from the File menu in dbisql.
To see details of any collation that exists on your system, use the
. For example, to extract collation 850, you could enter:
dbcollat
dbcollat -c "uid=DBA;pwd=SQL;eng=myhost_asiqdemo" -z
850 demo_col
The following collations are supplied with Adaptive Server IQ.
Collation
label
Type
437LATIN1
OEM
437ESP
OEM
437SVE
OEM
819CYR
ANSI
819DAN
ANSI
819ELL
ANSI
819ESP
ANSI
819ISL
ANSI
819LATIN1
ANSI
819LATIN2
ANSI
819NOR
ANSI
819RUS
ANSI
International Languages and Character Sets
Description
Code Page 437, Latin 1, Western
Code Page 437, Spanish
Code Page 437, Swedish/Finnish
Code Page 819, Cyrillic
Code Page 819, Danish
Code Page 819, Greek
Code Page 819, Spanish
Code Page 819, Icelandic
Code Page 819, Latin 1, Western
Code Page 819, Latin 2, Central/Eastern
European
Code Page 819, Norwegian
Code Page 819, Russian
dbcollat
option of
-z
329

Advertisement

Table of Contents
loading

Table of Contents