Re: [RDBO] Separate Read and Write Database Connections

2007-06-24 Thread Jonathan Vanasco
On Jun 20, 2007, at 12:16 AM, David Lloyd wrote: Is it possible to have separate read and write database connections in Rose::DB::Object? For example, I might have read to: read.db.com ...and...write to: write.db.com ...is it possible to get any updates/deletes and inserts (and

[RDBO] Separate Read and Write Database Connections

2007-06-19 Thread David Lloyd
Is it possible to have separate read and write database connections in Rose::DB::Object? For example, I might have read to: read.db.com ...and...write to: write.db.com ...is it possible to get any updates/deletes and inserts (and other things that change the DB) to write.db.com but