|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Can i execute two queries connecting to same DB at a time.by Corion (Patriarch) |
| on May 07, 2009 at 06:32 UTC ( [id://762495]=note: print w/replies, xml ) | Need Help?? |
|
How would we know without seeing your code? My guess is that Connection is busy with result means that you still have a statement handle open and did not ->finish() it before trying to issue another SQL statement. Update: Now, actually reading your title, the answer is "no, not with the DBD you're using, it seems".
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||