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


in reply to Re: (FoxUni) Re: Good Programming is Better
in thread Good Programming is Better

You can use placeholders with do. Just make sure you use undef as the first param.
$dbh->do('insert into blah (?, ?, ?)', undef, $x, $y, $z);