May 20, 201312 yr Hi There didn't seem to be a better forum to post to, so I hope this is the right place. I want to duplicate the table structure of an existing MySQL database in a single FileMaker 12 file. There are a large number of tables, so creating them all manually would be tedious. Is there a way to import the table structure in a (semi-)automated way? Thanks.
May 20, 201312 yr Nothing I've come across. Have you looked into accessing the MySQL file using ESS? http://www.filemaker.com/products/filemaker-pro/sql.html
May 20, 201312 yr I agree with Barbara. Why do you want to copy each table instead of using ESS? You can always import via ODBC into a new target table which will create most of the structure for you but you will want to check your data types.
May 20, 201312 yr Now may be a good time to ask you, Mr. Vodka, when would you Import via ODBC (perhaps with nightly server scripts) and when would you use ESS? What goes into that decision (and yes, I have a new project and am facing that decision).
May 20, 201312 yr I tend to make that decision based on speed for the end user. If the ESS table is so slow, then I import into a FM table ( in the case of the dreaded Oracle ). I also import key pieces of information into FM fields for displaying info as list view ( which I usually only have as read only and not enterable )etc. Then I leave the rest of the detailed information in for form view.
May 20, 201312 yr Good advice, thanks. Like the idea of optimizing the List view. It's not time-sensitive, so nightly imports are OK. Inheriting the project and was questioning the need for the imports. Not an Oracle backend...will find out exactly what it is soon. Future iOS access, and so wondering if the "tunnel" thru to ESS would be slow.
Create an account or sign in to comment