Subject | Re: [IBO] Incremental search trouble |
---|---|
Author | Tomas MichalĂk |
Post date | 2001-04-05T13:25:32Z |
BTW, you can get all valid collation names for WIN1252 charset this way:
select c1.RDB$COLLATION_NAME
from RDB$COLLATIONS c1
where c1.RDB$CHARACTER_SET_ID = (
select c2.RDB$CHARACTER_SET_ID
from RDB$COLLATIONS c2
where c2.RDB$COLLATION_NAME = 'WIN1252'
)
Regards,
Tom
=================================
Tomas Michalik
ProCA, s. r. o.
V Luzich 818, Praha 4
Czech Republic
e-mail: michalik@...
tel: +420 2 67283446
select c1.RDB$COLLATION_NAME
from RDB$COLLATIONS c1
where c1.RDB$CHARACTER_SET_ID = (
select c2.RDB$CHARACTER_SET_ID
from RDB$COLLATIONS c2
where c2.RDB$COLLATION_NAME = 'WIN1252'
)
Regards,
Tom
=================================
Tomas Michalik
ProCA, s. r. o.
V Luzich 818, Praha 4
Czech Republic
e-mail: michalik@...
tel: +420 2 67283446