Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

RE: Re: Difficulty inserting a large object using DBD::Pg

by Dalvross (Acolyte)
on Jun 29, 2000 at 18:48 UTC ( [id://20381]=note: print w/replies, xml ) Need Help??


in reply to Re: Difficulty inserting a large object using DBD::Pg (kudra: do doesn't fix)
in thread Difficulty inserting a large object using DBD::Pg

Why don't you try this. Make sure the database table is the type you wish to use and then just use
$sth->bind_param(1,"$value")
this should place the value of $value into the database field as long as the database field is of a type to handle that input.

Replies are listed 'Best First'.
RE(3): Difficulty inserting a large object using DBD::Pg (kudra: binding without explicit types won't fix prob)
by kudra (Vicar) on Jun 29, 2000 at 18:58 UTC
    This does not work because it attempts to resolve the type itself, and defaults to varchar, as it did when I explicitly selected the type. It's another pg_atoi error.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://20381]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-29 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found