Search found 1 match
- Tue Dec 06, 2005 10:57 am
- Forum: Support
- Topic: Problem loading from blob field
- Replies: 3
- Views: 15354
Problem loading from blob field
I have been using TDBRichView without problems I now need to load a TRichView component from same blob field that I have been using with TDBRichView The code I am using is as follows: try BlobStream := MyQuery.CreateBlobStream(MyQuery.FindField('SummaryDescription'), bmRead); txtSummaryDescription ...