Page 1 of 1

Database Access - UNICODE

Posted: Thu Mar 27, 2008 2:41 pm
by pazi
Hello,
how can I insert a text to database Access in UNICODE format for setting of fieldFormat=rvdbText in TDBRichViewEdit in Delphi 7?

Thank you.

Posted: Thu Mar 27, 2008 4:11 pm
by Sergey Tkachenko
Sorry, I do not understand your question.
If DBRichViewEdit.FieldFormat=rvdbText, then documents will be stored in a plain text.
New version (v10.0) stores this text in UNICODE, if DBRichViewEdit is linked to UNICODE MEMO field, for example in MS Access. But this feature is only for Delphi/C++Builder 2006 and 2007.
In previous versions of TRichView or Delphi/C++Builder, text was never saved as UNICODE.

Posted: Thu Mar 27, 2008 6:34 pm
by pazi
Thank you.
How can I install TRichview and RichViewActions to Turbo Delphi?

Posted: Thu Mar 27, 2008 6:53 pm
by Sergey Tkachenko
Follow the insttuctions for installing in BDS 2006.
Install RVPkg2006.bdsproj and RVDBPkg2006.bdsproj.