Re: [RDBO] How to register a db using DBI::Proxy?

2007-08-29 Thread Michael Lackhoff
On 09.08.2007 13:42 John Siracusa wrote: On 8/9/07 6:13 AM, Michael Lackhoff wrote: I get this error message: Attempt to change driver from 'oracle' to 'proxy' detected. The driver cannot be changed after object creation. at test02.pl line 8 Is it possible to persuade Rose::DB that the

Re: [RDBO] How to register a db using DBI::Proxy?

2007-08-29 Thread John Siracusa
On 8/29/07, Michael Lackhoff [EMAIL PROTECTED] wrote: Did you find some time for DBI::Proxy support, yet? No, sorry, haven't gotten to it yet. -John - This SF.net email is sponsored by: Splunk Inc. Still grepping through

Re: [RDBO] How to register a db using DBI::Proxy?

2007-08-10 Thread Philip Dye
I missed a few lines in my previous message. They have been inserted below. - philip news wrote: I took the approach of creating Rose::DB::Oracle::Proxy as a subclass of Rose::DB::Oracle. Then in CMUCS::RAMS::DB: package CMUCS::RAMS::DB ; use 5.006 ; use strict ; use

[RDBO] How to register a db using DBI::Proxy?

2007-08-09 Thread Michael Lackhoff
Hello, I am trying to use Rose::DB for a new project that uses an Oracle database but the connection is done with DBI::Proxy (then I don't have to install DBD::Oracle on every machine that accesses the database) After reading the docs the best I could manage was this: My::DB-register_db(

Re: [RDBO] How to register a db using DBI::Proxy?

2007-08-09 Thread Tim Bunce
On Thu, Aug 09, 2007 at 07:42:36AM -0400, John Siracusa wrote: On 8/9/07 6:13 AM, Michael Lackhoff wrote: I get this error message: Attempt to change driver from 'oracle' to 'proxy' detected. The driver cannot be changed after object creation. at test02.pl line 8 Is it possible to