in reply to Benchmarking Oracle - stored proc or insert
Otherwise, from a style standpoint, you might like this better than how you're using eval:
my $sth = $dbh->prepare('...'); $sth->execute($id, $name, $card) || die "problemos $sth->errstr\n";
'kaboo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Benchmarking Oracle - stored proc or insert
by arturo (Vicar) on Dec 19, 2000 at 20:03 UTC | |
|
Re: Re: Benchmarking Oracle - stored proc or insert
by agoth (Chaplain) on Dec 19, 2000 at 18:08 UTC |