Subject Re: [firebird-support] Re: Udr GenRows sample Pascal
Author Dimitry Sibiryakov
14.05.2018 22:18, 'livius' liviuslivius@... [firebird-support] wrote:
> maybe this is wrong?
> GenIntOutMessage = record
> result: Integer;
> resultNull: WordBool;
> ss: PAnsiChar;
> ssNull: WordBool;
> end;


Yes, this is wrong. Buffer must contain real data, not pointers to them.

--
WBR, SD.