On Mon, Jan 10, 2005 at 01:02:00PM -0500, none none wrote: > Does any one know how to properly extract a TEXT type blob (undefined char > length) in ecpg (Linux system)?
If you don't know how much memory to allocate for a column, you could use a descriptor area and check RETURNED_OCTET_LENGTH. See the "Using SQL Descriptor Areas" section in the ECPG documentation. -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend