Subject | RE: [Firebird-Architect] The Wolf on Firebird 3 |
---|---|
Author | Claudio Valderrama C. |
Post date | 2005-11-04T05:35:31Z |
> -----Original Message-----Doesn't that IBM- inherited thing have a version field?
> From: Firebird-Architect@yahoogroups.com
> [mailto:Firebird-Architect@yahoogroups.com]On Behalf Of Jim Starkey
> There is no alternative to a tweak to the
> SQLDA/XSQLDA/YSQLDA, but I'd rather hide this behind a better interface.
> A habit we need break is dependence on fixed length strings internallySuppose my program prepares a statement, specifically a query.
> and across our interfaces. I'm not prepared (yet) to argue that the
> database should only support the concept of "string", both for interface
> design and internal coding, that's what we should assume.
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?
C.