in reply to Re: Re: CDBI and multiple databases
in thread CDBI and multiple databases
If multiple databases in MySQL are similar to multiple schemas in Oracle (i.e. you can just access tables by saying db_name.table_name), you may be able to convince Class::DBI to use that syntax. Try setting the table name in one of your classes to that fully-qualified syntax and see what happens.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: CDBI and multiple databases
by water (Deacon) on Mar 23, 2004 at 01:47 UTC |