Database Access - UNICODE

General TRichView support forum. Please post your questions here
Post Reply
pazi
Posts: 5
Joined: Mon Sep 05, 2005 5:19 pm

Database Access - UNICODE

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
pazi
Posts: 5
Joined: Mon Sep 05, 2005 5:19 pm

Post by pazi »

Thank you.
How can I install TRichview and RichViewActions to Turbo Delphi?
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Follow the insttuctions for installing in BDS 2006.
Install RVPkg2006.bdsproj and RVDBPkg2006.bdsproj.
Post Reply