Jump to content

Records between databases


Tyra

This topic is 6156 days old. Please don't post here. Open a new topic instead.

Recommended Posts

What is the most effeciant way to send a record from one database to another database on the same server? I Have tried creating a relationship between them, but it slowed the system down a lot, when they were joined. The import/export method seems to work, but not sure how to trigger the import from the other database.

Link to comment
Share on other sites

I seem to remember a white paper on a related matter some time back, that indicated an import to be the most efficient way to move data. To trigger the import script from another database, you'll need to have a script in both files. The script in the destination file will do the import, and the script in the other file will call the other script as a sub-script.

That is to say, when you add a "perfom subscript" step, it gives you the option to call a script in another file.

Link to comment
Share on other sites

More detail would help. For instance the speed hit does not make much sense and relationships are the very foundation of FileMaker.

So we would need to know more about how you set up the relationship. Also, since you can make a table occurrence for file 2 inside file 1, you do not really have to do anything in file 2 to get the data over there.

And what is behind the request? Do you really need to move data? Or just "see it" across a relationship?

Link to comment
Share on other sites

This topic is 6156 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.