Hi, I need to obtain FK data from my DB. I am designing the database using DBDesigner. Using the said tool, do I have to export my schema as SQL and manually append the table type (TYPE = InnoDB) at the end of the table definition? For each table?! For those of you who are using DBDesigner with MySQL, is it, and if so how is it possible to use the Database Synchronisation function so that the resulting tables are of type InnoDB? As it is, the tables are created fine, but I can not access them to get the FK data, as they are of type MyISAM.
Thanks and regards Paul. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]