pes Posted March 16, 2001 Posted March 16, 2001 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?
jenniweiss Posted March 18, 2001 Posted March 18, 2001 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.
Recommended Posts
This topic is 8907 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