Subject | Re: [ib-support] Equivalent to TEXT field |
---|---|
Author | Paul Reeves |
Post date | 2001-10-04T20:06:32Z |
Darryl VanDorp wrote:
haven't sent the boys around.
simple. There has to be code which translates each column of each row as it is
being returned. Even numbers need some conversion unless they are integers.
Varchars always need processing.
Blobs present some implementation details (like memory allocation demands,
heavy network traffic) but the hook is already there to place the code to
process each blob.
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further
>Ah! The ADO bit made me think that it was a Redmond thing. I'm surprised they
> ADODB (http://php.weblogs.com/ADODB/)
> is a php based DB abstraction layer.
haven't sent the boys around.
> What your saying is ADODB would have to beYeah, that is kind of what I'm saying. Although in practice it is quite
> made smart enough to take a select statment,
> determine which columns are blob's and process them
> as appropriate. (which i dont' think it is now)
simple. There has to be code which translates each column of each row as it is
being returned. Even numbers need some conversion unless they are integers.
Varchars always need processing.
Blobs present some implementation details (like memory allocation demands,
heavy network traffic) but the hook is already there to place the code to
process each blob.
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further