http://qs321.pair.com?node_id=384591


in reply to Re^2: DBD:Oracle::db prepared error
in thread DBD:Oracle::db prepared error

$dbv->do("INSERT INTO DL_SWIPE VALUES( $qmark )",undef,@row);
You knew that...

rdfield

Replies are listed 'Best First'.
Re^4: DBD:Oracle::db prepared error
by dragonchild (Archbishop) on Aug 20, 2004 at 14:13 UTC
    *laughs* Actually, I never use do(), preferring to always prepare_cached() as I'm usually in a persistent environment reusing the same queries over and over.

    But, touche! :-)

    ------
    We are the carpenters and bricklayers of the Information Age.

    Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

    I shouldn't have to say this, but any code, unless otherwise stated, is untested