The easiest way to convert a Filemaker database is using the fm2sql-tool (you can download it here (download the fm.jar file from the download page)).
(Attention: fm2sql does not work with Filemaker Pro 8)
How to convert a filemaker database
File → Sharing… →
select multiuser
).localhost:yourportnumber
. For example jdbc:fmpro:http://localhost:8050
.show Tables
below the field source database
. If you didn't specified a password for your database, then just click ok when you're asked for a password.jdbc:fmpro:http://xserve02/echo
.show Tables
below the field destination database
. Enter username and password (ask the itgroup or the one who gave you the address of the database if you don't know).Convert Tables
(on the right side).Notice: The name of your filemaker database (the name of the Filemaker file) will be the name of the SQL table. If there is already a table with that name, the table is overwritten by the new table created from your filemaker database. The fields of the SQL table have the same names as the fields of your filemaker database.