in reply to Re^2: Can DBI modify queries on the fly?
in thread Can DBI modify queries on the fly?
Understood. I would advise strongly against doing this in production though. Most DBMSs will have a performance penalty for writing to the errorlog (or any external file). But... it's your code/server.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Can DBI modify queries on the fly?
by kyle (Abbot) on Feb 18, 2009 at 03:08 UTC | |
by jfroebe (Parson) on Feb 18, 2009 at 03:52 UTC |