in reply to Perl oracle insert error handling
Side note: The first query ($SQL1) is prepared and executed, avoiding dynamic SQL and its ills. Bravo! But the second query ($SQL3) uses dynamic SQL. Perhaps you shopuld prepare that one as well.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl oracle insert error handling
by homer4all (Acolyte) on Dec 23, 2014 at 16:47 UTC | |
by chacham (Prior) on Dec 23, 2014 at 16:50 UTC |