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!
BLOB fields on Firebird
Re: BLOB fields on Firebird
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.
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.
Oleg Yershov