I have an application that I need to move from OJB to MySQL 4, and I have a couple of questions.
1. Can I (with any necessary SQL compatibility changes) just use the same SQL I used to create the hsqldb database to create the MYSQL database? or should I regenerate the SQL for the core tables? I am not worried about transferring data from HSQLDB. 2. Are there any 'features' I should be aware of ? 3. I need to migrate some data to OJB from another MySQL database. What's the easiest method of doing this whilst respecting OJB's IDs etc? i.e., OJB objects all have unique IDs. Should I write a simple java prog to transfer the data? Thanks for any thoughts. Daniel. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
