Duchesse Posted January 19, 2006 Posted January 19, 2006 I wish to import records from database A.fp7 to B.fp7. The two databases share many of the same records, but the ones in B.fp7 are the newer, correct ones. I wish to import only those records from A.fp7 which do not exist in B.fp7. The records include a unique identifying field, so the aim of the import would be to add to B.fp7 only those records from A.fp7 in which the value of field01 does not match the value of field01 in any existing record in B.fp7. Could a script be written to do this? I am prenovice when it comes to scripting...
Lee Smith Posted January 19, 2006 Posted January 19, 2006 Before you import the records, isolate them and omit them from your found set in file A, (where your older data resides)., and leave that file open, and go to File B (Where the data is newer) and do your import. HTH Lee
Recommended Posts
This topic is 6883 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