Jump to content

Duplicating records from a db


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

Recommended Posts

Someone in our school district has created two separate dbs with the same fields. When she creates a record in one database, she wants it to automatically create the same record in the second database. I suspect that this requires a script. Can someone offer some advice, please?

Link to comment
Share on other sites

This seems like a very odd thing to want to do. I first strongly suggest that you think about whether you really need duplicate databases.

If you really want to do this, one possible method is to write a script to import the new record into the second database. To do this, you will have to make the new record the only one in the found set, use a flag field and automate the find. Define an import script in the second database and a script in the primary database that calls the import script as an external one.

Link to comment
Share on other sites

This topic is 8532 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.