Subject | [SOLVED] Re: [IBO] Work with large texts, format text, blob field and image |
---|---|
Author | Gustavo Novaes |
Post date | 2019-07-24T18:16:03Z |
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