Newbies Omer Posted January 18, 2006 Newbies Posted January 18, 2006 Hello, I'm importing from a MySql to FileMaker 6 using Actual Technologies' ODBC driver. Works good. The problem is a timestamp field(column) in MySql is automatically formated to a date format (mm/dd/yy) when it gets in FileMaker. Is this being done by FileMaker or the Actual driver? The FM field is a number field; or it can be text field. Either way the MySql format is automatically changed to the FM format. The MySql timestamp format is yyyymmddhhmmss. I need it to import into FM in the same format. Thank you, Omer
Our Town Posted January 18, 2006 Posted January 18, 2006 I wish I could give you the answer as I posted this question some time ago without any luck... I will hope for the same... I know I tried in my querey running the proper conversion but still nothing. Not even in filemaker 8.
Newbies Omer Posted January 25, 2006 Author Newbies Posted January 25, 2006 Jonathan Monroe of Actual Technologies kindly solved this problem. The conversion is apparently done by FM when it detects a timestamp field. Inserting SELECT CAST(my_timestamp As CHAR) from my_table into the FM SQL Builder forces FM to treat the timestamp field as a text field. Does the job. Omer
Recommended Posts
This topic is 6878 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