Skip Menu |

This queue is for tickets about the DBD-AnyData CPAN distribution.

Report information
The Basics
Id: 3162
Status: resolved
Priority: 0/
Queue: DBD-AnyData

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



Subject: DBI Warnings
Thanks for a wonderful package. I'm using warnings in a script which is executing a stored procedure on a MS SQL database and storing the results into a PostgreSQL database. I setup the dbh handles to these two databases before calling ad_import and ad_export. At the end of the script, I call disconnect on both handles. When I run the script, I receive the following output: DBI::db=HASH(0x8456fcc)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /usr/local/share/perl/5.6.1/DBD/AnyData.pm line 322. I tried adding a line to clear the table before calling the disconnect in hopes that AnyData would close the statement but continue to receive the error. Thanks, William