Page 1 of 1

Problem with ParamByName().AsMemo

Posted: Fri 07 Aug 2009 08:03
by Romano
Hi,
I have Delphi 2009 and last version of SDAC components.
I use ParamByName('...').AsMemo and I found out that AsMemo works Ansi only, not UNICODE (I have ??? on position of UNICODE chars in database).
I cannot find something like AsWideMemo or AsUnicodeMemo...

Thanks
Roman Krupcika

Posted: Fri 07 Aug 2009 08:53
by Dimon
To solve the problem try to use the AsWideString property.

Posted: Mon 10 Aug 2009 07:33
by Romano
Hi,
AsWideString functions - even with text > 4000 chars.

Thanks.

Posted: Mon 10 Aug 2009 11:46
by Dimon
If any other questions come up, please contact me.