>From: tosca ballerini <[EMAIL PROTECTED]>
>
>I want to import a
>database from filemaker to mysql: is that possible? and how?
It's a pain in the butt. FileMaker does not allow access to all the schema info you
need to do a fully automated CREATE TABLE, and its typing and relational mechanisms
a
How about exporting the data to text files and then importing them into
MySql.
Also you can try to write a VBScript (If you are using Win32) that connects
to both databases and select a table from one and run inserts to the other.
HTH.
JFernando
*** sql ***
-Original Message-
From: tosc