Assume you are using TQuery, and has a BLOB field RichEdit in database.
You can set SQL as
'insert into t (field1, ..., RichEdit) values (value1, ...., :RichEdit)'
and use ParamByName('RichEdit').SetBlobData to set the value of RichEdit
information.  You should be able to get RTF format from TRichEdit.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Edwin Das
> Sent: Monday, 17 July 2000 12:40
> To: Multiple recipients of list delphi
> Subject: [DUG]: TRichEdit Save / Get to Interbase BLOB
>
>
> Greetings,
>
> I would like to save the contents of a TRichEdit including formatting
> information into a interbase table and then retrieve it again.
>
> Not using a TDBRichEdit but using a Query.
>
> Any help will be appreciated. Thank you
>
> Ewdin
>
> ------------------------------------------------
> Edwin G. Das
> Developer
>
> exo-net international limited
> email :  [EMAIL PROTECTED]
> ------------------------------------------------
>
> ------------------------------------------------------------------
> ---------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to