Subject | Re: [IBO] Is Unicode supported |
---|---|
Author | d_dude_2003 |
Post date | 2004-04-03T13:33:22Z |
yes i did that. i have set it for TIBODatabase component, but with
no luck. Once i enter Unicode in TIBOTable with Tnt DBEdit component
it becomes ??? after Post.
no luck. Once i enter Unicode in TIBOTable with Tnt DBEdit component
it becomes ??? after Post.
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 01:17 PM 3/04/2004 +0000, you wrote:
> >Hello guys,
> >
> >I downloaded the latest IBO release and i cant post Unicode field
> >with it. What i have to do to post Unicode string?
> >
> >Is it supported? In TDataSet descendant components? or IBO Core?
> >
> >I am using FireBird 1.5 with UNICODE_FSS.
>
> Just as with any client interface, you have to set the Character
Set
> (CharSet) property of your connection object (probably your
TIBODatabase if
> you are not using TIB_Connection).
>
> Helen