Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Regarding formated text storation
Thu, Jan 14 2010 2:53 PMPermanent Link

eeman
Hi,
can i store the formated text in dbisam if yes then how for example, i write a letter in richtextedit box using delphi and format the text and after
formating the letter i store it in a database, next time when i open the letter, it is open as it is saved.

als can i store images library in dbisam, is there any example

please reply

sorry for bad english,

regards,
eeman
Thu, Jan 14 2010 3:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

eeman,

This is the ElevateDB newsgroup, so in the future please post DBISAM
questions in the DBISAM General newsgroup
(elevatesoft.public.dbisam.general).

<< can i store the formated text in dbisam if yes then how for example, i
write a letter in richtextedit box using delphi and format the text and
after formating the letter i store it in a database, next time when i open
the letter, it is open as it is saved. >>

Yes, you can do so using the TDBRichEdit component in Delphi.

<< als can i store images library in dbisam, is there any example >>

There's an example here in the manual of loading/saving to and from BLOB
fields in DBISAM:

http://www.elevatesoft.com/manual?action=mantopic&id=dbisam4&product=d&version=7&category=1&topic=30

under "Updating BLOB Fields".   The example is for text files, but the same
code works for images also.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image