BLOB fields on Firebird

Discuss RoboTask here
Post Reply
rgonzalez
Posts: 41
Joined: Fri Nov 26, 2010 10:19 am

BLOB fields on Firebird

Post 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!
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: BLOB fields on Firebird

Post 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.
Oleg Yershov
Post Reply