Treason
#@$%#!
- Local time
- Today, 10:57
- Joined
- Mar 12, 2002
- Messages
- 340
I created a database for a school. In order to reduce database bloat I backup the backend db's every term and wipe all the tables clean. Now the situation has arose that I need to give the users access to data over multiple years.
I could do this a couple of ways, and I am looking for your advice on how to proceed. I could create mulitple frontends with each one linking to a different term's backend. The only downside to this approach is there will be a bunch of different frontends to maintain...
I could relink all the tables at runtime through code. But I have 60+ tables and that can take some time to relink. Not to mention, the database schema might have changed from term to term.
Do you guys have any creative ideas to make this happen?
TIA
I could do this a couple of ways, and I am looking for your advice on how to proceed. I could create mulitple frontends with each one linking to a different term's backend. The only downside to this approach is there will be a bunch of different frontends to maintain...
I could relink all the tables at runtime through code. But I have 60+ tables and that can take some time to relink. Not to mention, the database schema might have changed from term to term.
Do you guys have any creative ideas to make this happen?
TIA