Jump to content

insert filemaker date into mySQL


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

Recommended Posts

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

Link to comment
Share on other sites

This topic is 5092 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.