Re: looks like one database from the outside, but it's two inside
- From: ngdvakigyotuia@xxxxxxxxx (Sven Miller)
- Date: Thu, 19 Jul 2007 13:27:22 -0400
And unfortunately I don't know enough about MySQL to be more helpful.
Database links may be an Oracle-only thing.
On 7/19/07, Theron Stanford <shixilun@xxxxxxxxx> wrote:
This sounds like a good idea. I guess I just don't know enough about.
databases yet to know how to do this linking. Mostly I just know
about how to get DBI to interact with MySQL.
I should mention that I'd also like to be able to make some rules in
the "real" database temporarily disappear while testing, but I fear
this will make things even more complicated.
On 7/19/07, Sven Miller <ngdvakigyotuia@xxxxxxxxx> wrote:
> I would consider setting up the test database to consist of a database
> link to the "real" database, along with views for all the tables.
> Then on those tables where I wanted to interject some data, I would
> create test-data tables and alter the views to merge the data.
>
> Then switching from "test" to "real" is a matter of changing where you
> connect to. Alternately, you could change the views to only
> incorporate test-data if a certain flag is set in yet another test
> table.
>
- Follow-Ups:
- Re: looks like one database from the outside, but it's two inside
- From: Clive Eisen
- Re: looks like one database from the outside, but it's two inside
- References:
- looks like one database from the outside, but it's two inside
- From: Theron Stanford
- Re: looks like one database from the outside, but it's two inside
- From: Tim Bunce
- Re: looks like one database from the outside, but it's two inside
- From: Theron Stanford
- Re: looks like one database from the outside, but it's two inside
- From: Sven Miller
- Re: looks like one database from the outside, but it's two inside
- From: Theron Stanford
- looks like one database from the outside, but it's two inside
- Prev by Date: Re: looks like one database from the outside, but it's two inside
- Next by Date: DBI and DBF Files
- Previous by thread: Re: looks like one database from the outside, but it's two inside
- Next by thread: Re: looks like one database from the outside, but it's two inside
- Index(es):
Relevant Pages
|
|