in reply to Concurrent access to db2 and sybase databases

Without seeing the exact error message, and without seeing a minimal, self-contained (say, 20 lines) program that exhibits the error, it's hard to advise you.

Maybe you want to check whether your DBD can access more than one database at a time. Also, you might want to check whether the problem is related to an SQL statement you're running on the second database connection. There are many, many possibilities.

  • Comment on Re: Concurrent access to db2 and sybase databases