in reply to Oracle: string literal too long
So maybe you could try something like this:
I can't try this here, but give it a go and see if it works.$sth = $dbh->prepare(q{INSERT INTO table (BigChunk) VALUES (?)}); $sth->execute( $big_chunk );
~CubicSpline
"No one tosses a Dwarf!"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Oracle: string literal too long
by Anonymous Monk on Jul 18, 2002 at 20:18 UTC |