Re: [GENERAL] Large Object => invalid input syntax for integer: ""

2005-06-06 Thread grupos
at I am trying to do is insert data only on the column description, leaving the column picture null (because for this tuple there is no image). Regards, Rodrigo Carvalhaes Douglas McNaught wrote: grupos <[EMAIL PROTECTED]> writes: I need to use large objects BUT I am having prob

Re: [GENERAL] Large Object => invalid input syntax for integer: ""

2005-06-06 Thread grupos
Hi Doug! Thanks for your e-mail BUT the point is how I insert data on a table when the column lo have no value ( NULL), to insert the lo I have no problem BUT the problem is when the column should have no value... Regards, Rodrigo Carvalhaes Douglas McNaught wrote: grupos <[EM

Re: [GENERAL] Large Object => invalid input syntax for integer: ""

2005-06-06 Thread grupos
some problem with LO. Regards, Rodrigo Carvalhaes Adam Witney wrote: On 6/6/05 4:58 am, "grupos" <[EMAIL PROTECTED]> wrote: I need to use large objects BUT I am having problemns... I instaled PostgreSQL 8.0.3 windows version with lo module. first, I created the table below: CREATE

[GENERAL] Large Object => invalid input syntax for integer: ""

2005-06-06 Thread grupos
I need to use large objects BUT I am having problemns... I instaled PostgreSQL 8.0.3 windows version with lo module. first, I created the table below: CREATE TABLE test ( description varchar(20), picture lo ) WITHOUT OIDS; After trying to make one insert without value for the lo I get the err