[firebird-support] Re: Blob field to Array

2017-05-12 Thread maartenjanbak...@gmail.com [firebird-support]
Hi Karol, Thanks for your reply. I mean every byte in the blobfield is a boolean, so the whole contents of the blobfield is an array of the same type. Best regards, Maarten

[firebird-support] Blob field to Array

2017-05-11 Thread maartenjanbak...@gmail.com [firebird-support]
Hi, I've got a blobfield which contains an array of boolean. I would like to get a value from a certain position from this array to use in a stored procedure. Does someone know how this is done? I've searched the internet for it, but can't get it to work. Thanks in advance, Maarten