Subject Re: [firebird-support] Re: PASCAL UDR - stored procedure BLOB param and return
Author liviuslivius
> the blob field is a ISC_QUADPtr
> ISC_QUAD = array [1..2] of Integer;
> ISC_QUADPtr = ^ISC_QUAD;
>
> --
> Norbert Saint Georges
> http://tetrasys.fi

Hi,

thank you

in the meantime i have found this:
https://github.com/FirebirdSQL/firebird/blob/master/doc/Using_OO_API.html

i do not know why this is not in Firebird documentation on the web
and also it is not included in doc/ directory also in the snapshot.

Can someone fix snapshot build to include this doc?
It will help other users.
I spent time of finding something what was already documented...

regards,
Karol Bieniaszewski