in reply to Re^3: Can DBI modify queries on the fly?
in thread Can DBI modify queries on the fly?
That's kind of the whole point, though, isn't it? The callback can't return any values. The only way to make any changes to what's going on is to modify the parameters directly. Or am I missing something?
As such, you have to worry about changing the application's data under its nose. You also have to watch out for the case where you're passed a read-only value.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Can DBI modify queries on the fly?
by ikegami (Patriarch) on Feb 18, 2009 at 17:08 UTC | |
by kyle (Abbot) on Feb 18, 2009 at 18:11 UTC | |
by ikegami (Patriarch) on Feb 18, 2009 at 18:36 UTC | |
by kyle (Abbot) on Feb 18, 2009 at 18:53 UTC | |
by ikegami (Patriarch) on Feb 18, 2009 at 18:58 UTC | |
by kyle (Abbot) on Feb 18, 2009 at 19:05 UTC | |
by ikegami (Patriarch) on Feb 18, 2009 at 19:20 UTC |