Subject | Re: Re: [firebird-support] Re: Udr GenRows sample Pascal |
---|---|
Author | liviuslivius |
Post date | 2018-05-15T09:19:59Z |
> It depends on information in IMessageMetadata.OK
>
> > I have tried:
> > ss: Array[0..199] of Char;
> > ss: Array[0..199] of Byte;
> > ss: Array[0..199] of AnsiChar;
>
> This is a right declaration for CHAR(200).
>
> > ss: String[200];Yes i know that i only "show" that with this declaration i got something
> >
> > with last string[200] i got result prefixed with size byte
>
> Because short strings in Delphi are prefixed with length byte.
>
> --
> WBR, SD.
>
but with all above i got empty string
I will look into fill procedure maybe i miss something obvious
regards,
Karol Bieniaszewski