Jump to content

comparing databases


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

Recommended Posts

  • Newbies

I'd like to compare the database here in the office to the database that I allow web users to modify and script it so that I can see what files have been deleted by web users, any ideas?

Link to comment
Share on other sites

Web users shouldn't be able to delete FM files. If you mean "records" instead, relate the two files by a sequential, auto entered record ID. In the related (web) file create a field called Constant (calculation, number) = 1. View this related field from the non-Web file and do a find for Relationship::Constant = 0 (or Relationship::Constant = 1 and omit). This will diplay the records in the non-web file which don't have corresponding records in the web file.

-bd

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.