Subject Re: [IBO] IBO and Unicode
Author Svein Erling Tysvaer
I don't think you can use unicode characters for table or field names, but
it should be possible to enter unicode information within the fields if the
database and table was created with UNICODE_FSS. My guess is that this
question is more appropriate for ib-support, since I doubt it is specific
for IBO. Show us how the database and table was created (extract the DDL),
and I'm sure someone can tell you what's wrong.

HTH,
Set

At 01:22 29.04.2003 +0000, you wrote:
>How can i enable support of unicode in IBO ?
>
>i have below component
>
>TIB_Connection.Charset = UNICODE_FSS
>TIBOTable
>tdatasource
>TNT UnicodeControl
>(http://home.ccci.org/wolbrink/tntmpd/delphi_unicode_controls_project
>.htm)
>
>but i still can not enter Unicode character.
>
>Thanks a lot.