Subject | Re: [Firebird-Architect] The Wolf on Firebird 3 |
---|---|
Author | Ivan Prenosil |
Post date | 2005-11-07T17:14:51Z |
"Jim Starkey" wrote:
Ivan
>>Suppose my program prepares a statement, specifically a query.Does it mean binary data (containing zeros) will not be supported any more ?
>>How does it determine how much memory it should allocate for buffers if the
>>only answer from the server is "this is a string", for example?
>>
>>
>>
> 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.
Ivan