Subject | Re: [firebird-support] UDF - reading BLOB length |
---|---|
Author | Josef Kokeš |
Post date | 2012-07-31T12:20:31Z |
On 31.7.2012 14:12, Josef Kokeš wrote:
SQL declaration - I need "RETURNS INTEGER BY VALUE" rather than "RETURNS
INTEGER".
Josef
> Nice - this will also fail with the same error:Never mind, found it - the problem was not in the function, but in the
>
> function BLOBLEN(Value: PBlob): Integer; cdecl;
> begin
> Result := 1;
> end;
>
> I admit I find this very mystifying.
SQL declaration - I need "RETURNS INTEGER BY VALUE" rather than "RETURNS
INTEGER".
Josef