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. -- http://mail.python.org/mailman/listinfo/python-list