Hello everybody,
I use TDBRichView in my delphi application. I have some troubles between DBRichView and my database. When I use clear method of my dbrichview, my component is empty but not my database. In my blob field, there is a lot character and when i use MySQLComponent.FieldByName('MyBlobField').AsString = '', delphi send me field is not empty.
How can i solve this problem ?
Secondly, I wish reproduce wordwrap property with a dbrichview. Actually I use property of paragraph but this solution is not good because this information is link with document and not with my component.
Have you a idea to have a wordwrap property on my dbrichview component ?
Thank a lot
Best regard from FRANCE.
JP
WordWrap and Clear
That's probably because an empty RV still has a header, and probably some other stuff. To "nullify" the BLOB you'd probably have to do just that: set the field value to NULL explicitly.In my blob field, there is a lot character
The second part of your question - I didn't quite understand, but probably wouldn't know the answer even if I did.
Good luck!
Michel
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 39
- Joined: Sun Aug 13, 2006 12:46 pm
- Contact: