> Please keep discussions like this on the
> [email protected]
> list: it needs exposure to the development community
> at large.
Sorry for this - habit of "reply" button hitting.

> 
> As far as large objects are concerned, you might
> want to look
> at how the Oracle driver deals with them.

else {
            /* BUG: this'll only work if the BLOB
looks like a string */
            buflen = len;
            buf = apr_palloc(row->pool, buflen+1);
            buf[buflen] = 0;
        }

This does not looks good at all (at least for my app -
am I missing something?).


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to