As part of a job I'm working on I may have to use access tables stored in another Postgres database. Is it possible to access another database using the OACS DB API? I may be able to replicate the required tables in the OACS DB but it would be easier if I could access them in situ as they change daily.
I thinking I would have to set up an new pool connection to the other DB then provide a switch to allow the new DB pool to be selected in the DB API commands or a new command to switch the DB for all following commands until its switched back. I've had a cursory glance at the DB API source but haven't delved into it yet. Just thought I'd ask in case someones done this already or I'm missing something obvious :)
TIA
Steve
Request notifications