|
|
| Come for the quick hacks, stay for the epiphanies. | |
| PerlMonks |
RE: Re: Difficulty inserting a large object using DBD::Pg (kudra: OID != int)by kudra (Vicar) |
| on Jun 29, 2000 at 14:54 UTC ( [id://20383]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
OID isn't exactly an integer (if I recall correctly), it's
more of a pointer to the data which is automatically
generated (for each tuple, as well as for an OID field).
But I gave it a try, using my original code but specifying SQL_INTEGER instead, and got the following error: 'blah' is the value of $value, btw.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||