in reply to Re^3: Query works in sqlplus but not DBI
in thread Query works in sqlplus but not DBI - Solved
The return value is "0E0" which means zero but true, but only for non-select queries!!! That's my mistake. For a select query it doesn't mean that. The problem was in a binding later!! Thank you so much. I misread the documentation on that.