migrate database from sybase to mysql
- by jindalsyogesh
I have been trying to migrate a database from sybase to Mysql.
This is my approach:
Generate pojo classes from my sybase database using hibernate in eclipse
Use these pojo classes to generate the schema in mysql database
Then somehow migrate the data from sybase to mysql
I guess this approach should work??? Please let me know if there is any…