in reply to Difficulty inserting a large object using DBD::Pg
Yes, I do get an error with what you suggested. Here's what I tried:
It also gives a pg_atoi error for dbh->errstr:$value = "foo"; # test value $dbh->do("insert into foo(id, test) values (6,?)",undef,$value);
ERROR: pg_atoi: error in "foo": can't parse "foo"
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Re: Difficulty inserting a large object using DBD::Pg
by Dalvross (Acolyte) on Jun 29, 2000 at 18:48 UTC | |
by kudra (Vicar) on Jun 29, 2000 at 18:58 UTC |