Can't get LCHARVAR's with InformixDB

fhurley at gmail.com fhurley at gmail.com
Tue Aug 1 14:05:11 EDT 2006


Carsten Haese wrote:
> Once again, I'll need
> the create table statement for the table you're selecting from in order
> to investigate what's happening.

Here it is:

CREATE TABLE DEV_LOG(
 LOG_ID SERIAL,
 LEVEL VARCHAR (10),
 POI_NM VARCHAR (255),
 MSG_TX LVARCHAR(2000),
 MSG2_TX LVARCHAR(5000)
) LOCK MODE ROW;

Thanks.




More information about the Python-list mailing list