Newbies Bill Tuttle Posted September 24, 2005 Newbies Posted September 24, 2005 Hi - I have a system that uses FileMaker to manage the items for a shopping cart. They are transfered to an MySql server on the site. I want to timestamp a record when it is modified and when it is updated to the MySQL server. If I use the regular modification date it is fine until I update the field that tracks when it was last posted. Then the modification date is updated again. I want to be able to select all records that have been modified, but not updated. Any recommendations? Thanks.
Paul de Halle Posted September 24, 2005 Posted September 24, 2005 You could create a 1-to-1 relationship with a new table which is used purley to store the SQL upload timestamp. This will then not affect the modification date of the parent record you are checking on.
Newbies Bill Tuttle Posted September 25, 2005 Author Newbies Posted September 25, 2005 Thanks Paul - I think that's what we'll do.
Recommended Posts
This topic is 6998 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