in reply to Re^3: rows affected by an update command
in thread rows affected by an update command
To be pedantic, DBI tracing will show you only what was passed to the database, not what was actually executed.
Missing manuals should be no problem for most databases. Those of SQLite, PostgreSQL and MySQL are freely available and complete on the WWW. For MS SQL Server, Oracle, and DB2, you will also find most of the documentation on the WWW, either at Microsoft/Oracle/IBM, or at some website that ignores the copyright on those documents. In all cases, Google should be able to find the documentation.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: rows affected by an update command
by Tux (Canon) on Nov 03, 2010 at 14:32 UTC |