Re: [appfuse-user] Need PostgreSQL to MYSQL convertor

2006-12-02 Thread Matt Raible
Why don't you just use PostgreSQL with AppFuse? Matt On 12/2/06, Yesh <[EMAIL PROTECTED]> wrote: I am trying to convert the postgreSQL schema from another opensource to be converted to MySQL schema, which I can use in appfuse to generate a new project. -- View this message in context: http:

Re: [appfuse-user] Need PostgreSQL to MYSQL convertor

2006-12-02 Thread Yesh
I am trying to convert the postgreSQL schema from another opensource to be converted to MySQL schema, which I can use in appfuse to generate a new project. -- View this message in context: http://www.nabble.com/Need-PostgreSQL-to-MYSQL-convertor-tf2731101s2369.html#a7651360 Sent from the AppFu

Re: [appfuse-user] Need PostgreSQL to MYSQL convertor

2006-11-30 Thread Matt Raible
If you're using AppFuse, you should be able to use DbUnit to export from one database and import to another. To export, run "ant db-export", copy the generated file to metadata/sql/sample-data.xml and then import to your new database using db-load. Matt On 11/30/06, Yesh <[EMAIL PROTECTED]> wro

[appfuse-user] Need PostgreSQL to MYSQL convertor

2006-11-30 Thread Yesh
Hi, I am in need of a free software for converting my postgreSQL schema to MYSQL schema. -- View this message in context: http://www.nabble.com/Need-PostgreSQL-to-MYSQL-convertor-tf2731101s2369.html#a7617778 Sent from the AppFuse - User mailing list archive at Nabble.com. -