Can't get LCHARVAR's with InformixDB

Carsten Haese carsten at uniqsys.com
Tue Aug 1 12:46:36 EDT 2006


On Tue, 2006-08-01 at 11:47, fhurley at gmail.com 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





More information about the Python-list mailing list