![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
)
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
What method are you using to move it to SQL? *If you are using FM's built-in ESS (external SQL sources) feature, then you just set the date into the SQL field in FileMaker in the regular FM format (MM/DD/YYYY) and FM takes care of the conversion to MySQL date format. |
#5
| |||
| |||
|
|
What other conversions does filemaker make automatically? where is the documentation regarding this? |
![]() |
| Thread Tools | |
| Display Modes | |
| |