Subject Re: [Firebird-Architect] The Wolf on Firebird 3
Author Adriano dos Santos Fernandes
Ivan Prenosil wrote:
>> ResultSet::getString returns a null terminated string. You use it,
>> assign it to a string class, and copy it before the next "next()". You
>> don't worry about the length. It's a string.
>>
>
> Does it mean binary data (containing zeros) will not be supported any more ?
>
I already asked the Wolf, if at least the ResultSet class has a
getStringLength method, binary data could be used.
But it don't have.

But I don't understand his insistence in show IscDbc (or FbDbc) as the
official API and usage it in external procedures.
After all, he have agreed in the necessity for another API that don't
throw exceptions, to be used in others languages.


Adriano