Page 1 of 1

BLOB fields on Firebird

Posted: Fri Feb 19, 2016 11:12 pm
by rgonzalez
I have a firebird database which stores large jpg images in a binary blob field (>32,767)

I use dataset loop to query the database but it returns a "BLOB field" text instead of the contents.

How can I make robotask to get the contents of the blob field and write it to a jpg file?

Thank you!

Re: BLOB fields on Firebird

Posted: Tue Feb 23, 2016 10:40 am
by Oleg
Unfortunately RoboTask has no interface to work with BLOB fields.
It can work only with simple types of fields.

Probably it's necessary to add interface for binary fields and large text fields.
I wrote this into our ToDo.