in reply to Re: DBD::Sybase - How to reconnect through err_handler
in thread DBD::Sybase - How to reconnect through err_handler

Good idea, but the DBI->connect_cached() only really applies when you are attempting to make a connection. In my particular situation, where the db connection dies, I have to reconnect within the error handler routine (see the update to the OP for where we're at now).

Thanks for the idea though :)

Jason L. Froebe

Team Sybase member

No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1

  • Comment on Re^2: DBD::Sybase - How to reconnect through err_handler