in reply to Re: Re: CDBI and multiple databases
in thread CDBI and multiple databases

MySQL can handle multiple database transactions in a single connection as well.

The problem is that Class::DBI is forcing multiple connections, thus preventing the transaction from working properly.

  • Comment on Re: Re: Re: CDBI and multiple databases