Subject | RE: [SOLVED] Re: [IBO] Work with large texts, format text, blob field and image |
---|---|
Author | Jason Wharton |
Post date | 2019-07-24T18:17:51Z |
Gustavo,
That's great! Glad you figured it
out.
Sorry I wasn't more helpful.
Kind regards,
Jason Wharton
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Wednesday, July 24, 2019 12:16 PM
To: IBObjects@yahoogroups.com
Subject: [SOLVED] Re: [IBO] Work with large texts, format text, blob field and image
Hi Everybody,
I found error. I used
"TBlobfield(dataset.fieldbyname)"... with TIboTable. Now, i change
to TIBOBlobField(dataset.FieldByName...".
Thank
you.
Gustavo Novaes
Em qua, 24 de jul de 2019 às 13:53, 'Jason
Wharton' supportlist@...
[IBObjects] <IBObjects@yahoogroups.com>
escreveu:
Hi Gustavo,I need more information about how you are attempting to pump the data from Paradox ot Firebird.What components are you attempting to do it with?How are you generating the schema in the Firebird database?Thanks,Jason Wharton
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Tuesday, July 23, 2019 11:40 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Work with large texts, format text, blob field and imageHiI want samples or similar to learn how working with this "objects".I want- send to Database and Get from Database - large formated documents (like ms-word, rtf...)Today, while i pump database from Paradox to Firebird (3.0 - with tIboTable), i didn´t get field value paradox.fmtMemo to firebird.blob - subtype 0 (zero).Gustavo Novaes