Subject | Re: [firebird-support] Re: Udr GenRows sample Pascal |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2018-05-14T21:06:35Z |
14.05.2018 22:18, 'livius' liviuslivius@... [firebird-support] wrote:
--
WBR, SD.
> maybe this is wrong?Yes, this is wrong. Buffer must contain real data, not pointers to them.
> GenIntOutMessage = record
> result: Integer;
> resultNull: WordBool;
> ss: PAnsiChar;
> ssNull: WordBool;
> end;
--
WBR, SD.