ctaustin has asked for the wisdom of the Perl Monks concerning the following question:
After commented out the update statement, I printed $sql to the screen. The syntax is correct as runs as is in sqlplus.$sth=$dbh->do("$sql")|| &error("Unable to perform update statement:<br /><br />$sql<br /><br / +>$DBI::errstr\n"); $updated=$sth->rows; $dbh->commit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: dbi update statement is very slow
by metadatum (Scribe) on Aug 14, 2002 at 15:43 UTC | |
|
Re: dbi update statement is very slow
by dws (Chancellor) on Aug 14, 2002 at 16:51 UTC | |
|
Re: dbi update statement is very slow
by tommyw (Hermit) on Aug 14, 2002 at 15:50 UTC | |
by ctaustin (Sexton) on Aug 14, 2002 at 16:17 UTC | |
by tommyw (Hermit) on Aug 15, 2002 at 12:00 UTC | |
|
Re: dbi update statement is very slow
by ctaustin (Sexton) on Aug 15, 2002 at 14:52 UTC |