![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: DBI sth can't run simultaneously for SQLServer 2008by ig (Vicar) |
on Sep 17, 2013 at 03:43 UTC ( #1054380=note: print w/replies, xml ) | Need Help?? |
From DBI: Portable applications should not assume that a new statement can be prepared and/or executed while still fetching results from a previous statement. I don't know about SQL Server 2008, but based on your result, it seems it is one of those that does not support this. I never do this myself. You might be able to use multiple database handles. You could read all the table details into an array then iterate over the array, so that you have only one active statement at a time.
In Section
Seekers of Perl Wisdom
|
|