Subject | Re: [IBO] Unicode and IBObjects |
---|---|
Author | yeohray |
Post date | 2002-07-19T01:05:50Z |
> Posting this question to ib_support could get a more reliableWill do.
> answer to this part of the question :-)
> IBO will accept a non-parameterised literal string with theHow can I form a SQL line with a widestring value when the SQL
> identifier, e.g.
>
> insert into category (categorycode, title, test_iso)
> values ('ZZq', 'k', _ISO8859_1 'ΓΌ')
>
> but this doesn't work:
>
> insert into category (categorycode, title, test_iso)
> values ('ZZq', 'k', _ISO8859_1 :AParam)
>
property is a TStrings descendant and does not appear to support
Unicode text?
> Perhaps you could experiment with the ::SQL:: marker infix thattells IBO not to parse -
Will try this once I get the above figured out.
Thx for your ideas and suggestions.
Regards
Ray