cyborgoddess
Registered User.
- Local time
- Yesterday, 19:48
- Joined
- Sep 2, 2004
- Messages
- 19
I have a module that maxes out my database about 2/3 of the way through running it. I then have to compact and try and pick up where I left off. The total time is close to 5 hours. I thought if I broke up the module into different databases and then linked them back to one shell, I'd stop maxing out the database. That works fine, except for one problem, I am now referencing a module in an external database that uses the "create table" command from and that table is getting created back in the primary database, defeating the purpose entirely.
Is there a way to call a module and have it run within the second database and not within the primary?
Is there a way to call a module and have it run within the second database and not within the primary?