Newbies johnhmoody Posted May 9, 2002 Newbies Posted May 9, 2002 I'm trying to find the absolute best solution for scripting the export of a single record from one hosted database and importing into another. I'm trying to develop a single button solution as the majority of my co-workers aren't saavy enough to manually export and import each time. I first created a script that exported the current record to a file on the server, then ran an external script in our Closed Customers database that imported that record. However we have OS X and OS 9 on the same network and we're running into some issues, so i switched the script to simply omit all records except the current, then the Closed Customers script imported directly from the hosted database instead of using a separate file containing the single record. However, this script takes literally an entire minute to run even though both databases are already open. Any suggestions? Thanks!
Fitch Posted May 9, 2002 Posted May 9, 2002 I think you're right to import directly from one file to the other, there's no point in exporting first. Try a self-join based on the record's serial number (I assume each record has some kind of unique i.d. field). Go To Related Record [show only related] is generally very fast -- use it instead of the Omit procedure, that's where I'd guess the slowdown is.
Recommended Posts
This topic is 8238 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now