Subject | Re: [ib-support] Database character set |
---|---|
Author | Marco Bommeljé |
Post date | 2002-11-14T11:21:39Z |
Hi Ray,
This retrieves the default character set:
select rdb$character_set_name from rdb$database
Also, you can extract metadata for the database in IbConsole (or in
Isql). It produces the create database statement with the default
character set.
Marco
yeohray wrote:
This retrieves the default character set:
select rdb$character_set_name from rdb$database
Also, you can extract metadata for the database in IbConsole (or in
Isql). It produces the create database statement with the default
character set.
Marco
yeohray wrote:
> Related to my previous post, is there any tool out there that can
> tell you the default character set of the database? IBConsole does
> not appear to provide that information.
>
> Thanks in advance.
>
> Ray Mond
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.