sloppyhack
Technical User
I am trying to do some cleanup of database connections when a GUI window is closed or destoyed. If the database handle is currently "connected" I want to rollback all transactions associated with database handle and disconnect. If I try to rollback and disconnect a database handle that is not connected...I get all sorts of error messages.
Anyone know how to get the current status of database handle? Connected or not? I can't seem to find any info in the DBI documentation. I'm sure it's something simple.
Cheers,
Sloppyhack
Anyone know how to get the current status of database handle? Connected or not? I can't seem to find any info in the DBI documentation. I'm sure it's something simple.
Cheers,
Sloppyhack