Discussion:
DBRichEdit and BLOB
(too old to reply)
Raycho Raykov
2005-12-14 10:41:55 UTC
Permalink
Hi

I have a form with DBRichText control on it. The control is conected to BLOB
field in database. At the begining they all are set to ReadOnly state. But
when I click on DBRichText control (at runtime) and then click outside I
receive the following error:

Failed to Save Stream.

Also if I select another record in DBGrid control conected to the same
DataSource then the problem desapiars.

Any help?

Work conditions:
C++Builder 5
FireBird 1.5.2
IBDatabase -> IBQuery -> DataSource
DBRichEdit, DBGrid,....
Raycho Raykov
2005-12-14 20:51:11 UTC
Permalink
Finaly I solved the problem.

Loading...