Subject | Re: [firebird-support] Blob field to Array |
---|---|
Author | livius |
Post date | 2017-05-11T19:49:28Z |
Hi,
first what do you mean it contain array of boolean
you mean e.g 5 bytes and first byte is first boolean, seconf byte is second
boolean..?
And for this you probably need udf or convert to string
regards,
Karol Bieniaszewski
Sent: Thursday, May 11, 2017 1:03 PM
Subject: [firebird-support] Blob field to Array
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