Darren Burgess Posted June 10, 2010 Posted June 10, 2010 I am attempting to insert from filemaker a date into a mySQL date field. mySQL dates are configured as yyyy-mm-dd. I am using this calc to convert the date: Year ( Workshop::Start Date ) & SerialIncrement ( "-00" ; Month ( Workshop::Start Date ) ) & SerialIncrement ( "-00" ; Day ( Workshop::Start Date ) ) This will correctly convert the date, however the script generates a 500 error - Date value does not meet validation entry options. The filemaker field is a date field. the mySQL field is also type date. Any ideas? Darren Burgess
Recommended Posts
This topic is 5281 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