With or without new_link=true, I get the same error...

On Fri, 20 Aug 2010 08:09:14 +0200, "A.L.E.C" <[email protected]> wrote:
> On 20.08.2010 02:16, Emerson Pinter wrote:
> 
>> I'm trying to use rcube_mdb2 to connect to another database.
>> I need to connect to one database to execute insert/update/delete
>> statements and to another database to execute select statements
>> (performance reasons).
>> I'm passing the second dsn to rcube_mdb2 constructor, but if the
>> database is connected to the readonly db and I call db_connect("w"), the
>> connection remains on readonly db and my insert statement fails. If I
>> set db_connected to false on mdb2 object before db_connect("w") call, I
>> got the new connection as desired.
> 
> Are you sure this is the reason? Did you add "?new_link=true" to DSN of
> second connection?

_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/8f4f07cd

Reply via email to