Subject | Re: [firebird-support] Re: Hex string literal, blob not supported for conversion? |
---|---|
Author | Lester Caine |
Post date | 2015-08-31T15:33:13Z |
On 31/08/15 16:07, 'Martijn Tonies (Upscene Productions)'
m.tonies@... [firebird-support] wrote:
existing blob element i.e. a field in an existing table, so trying to
upload a static variable in the first example is wrong as it does not
exist as a blob, while your insert is converting the static variable
into a format that can be stored in the identified blob. Your blob
function needs the field name of the blob you want to work with?
--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk
m.tonies@... [firebird-support] wrote:
> Nevertheless, the parameter is BLOB. Why is one blob conversion supported,Martijn ... I always thought that the 'blob' in a function had to be an
> but an other, that looks the same to the user, fails?
existing blob element i.e. a field in an existing table, so trying to
upload a static variable in the first example is wrong as it does not
exist as a blob, while your insert is converting the static variable
into a format that can be stored in the identified blob. Your blob
function needs the field name of the blob you want to work with?
--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk