|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Multiple SQL statements in DBIby Corion (Pope) |
| on Sep 07, 2012 at 08:29 UTC ( #992265=note: print w/ replies, xml ) | Need Help?? |
|
Your question 1 is answered by the likely fact that the statement sequence (as a whole) was either not executed until it parsed correctly, or was run in a transaction, and thus all modifications were rolled back. 2. Executing multiple SQL statements in one ->do call is dependent on the database driver. I wouldn't rely on it. 3. It depends on what the database driver implements. Ask the database vendor about the rationale.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||