in reply to How to use oracle SHOW commands with DBI
Try "$dbh->do()" instead of "prepare/execute". "do()" is, according to the DBI documentation, what you're supposed to use for non-SELECT statements.
-- I hate storms, but calms undermine my spirits. -- Bernard Moitessier, "The Long Way"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to use oracle SHOW commands with DBI
by Anonymous Monk on Feb 17, 2012 at 07:24 UTC | |
by oko1 (Deacon) on Feb 17, 2012 at 07:38 UTC |