On Tue, 2006-08-01 at 11:47, [EMAIL PROTECTED] wrote:
> Another thing...
> 
> > Output is:
> > description is <('msg_tx', 'lvarchar', 0, 0, None, None, 1)>
> 
> The 0's worried me, as I could see where they could be used as parms to
> allocate/trim things as necessary...  just a thought.

That is indeed a problem. For some as of yet undetermined reason, the
client thinks that msg_tx is a column of length zero, so it's no big
surprise that all you get back is empty strings. Once again, I'll need
the create table statement for the table you're selecting from in order
to investigate what's happening.

-Carsten


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to