Is there any way (or are there any tools) to batch change the source of a Table Occurrence from a local file to an externally sourced file?
Situation: I manage a hosted database with hundreds of Table Occurrences of 15 or so tables. Some of my users access the database with slow internet connections. While many of the tables need to be updated for the entire workgroup, some data on other tables and UI information is mostly static.
I’d like to take a copy of the database, change the Table Occurrences of the tables which must be shared from a Local File source to an External Source (of the existing server.) I can do this by hand, but it would require thousands of clicks and be prone to inaccuracy. Much better if I can automate the process. (To specify, say, that all Occurrences of my Sales Table move from Local File to External Source.)
I realize that I might be able to so something with AppleScript’s UI Scripting if there’s not a better way to do it.
No answers so far, so I wrote this yesterday. It’s dirty, long-winded and doesn’t catch errors but it’ll do the job and is something to build off of for the future.