insetion Bytea atrr error! - Mailing list pgsql-interfaces

From Mehdi Jabal Ameli
Subject insetion Bytea atrr error!
Date
Msg-id 000801c21d2b$5be94a50$f42ee1c2@sunset
Whole thread Raw
List pgsql-interfaces
hi,
I want to add jpg file a attr pic that it's type is Bytea in Perl script;
I do following commands:
 
$name='mehdi';
$filename="sh.gif";
open(inp, "$filename") ;
my $INP = join '', <inp>;
close inp;
 
$result=$conn->exec("insert into tablename values ($name,$inp)");
 
but it return error code 7 (PGRES_FATAL_ERROR);
how can I resolve this problem?
Would u help me please?
 
 
Mehdi Jabalameli
jabalameli@ce.sharif.edu
ce.sharif.edu/~jabalameli

pgsql-interfaces by date:

Previous
From: Nick Haw
Date:
Subject: Views, Access 2000 and write conflicts
Next
From: Tom Lane
Date:
Subject: Re: Where is PLbash ??