Sorry for not being clear. I have a system I have developed using OJB and HSQLDB. I am keeping the system as-is, but am also producing a copy for someone else. Their system needs to use MySQL rather than HSQLDB. I need to directly transfer the repository and database tables (no data). I also need to import some data from an existing MySQL database. So it's pretty much "switching which database OJB uses".
Thanks, Daniel. -----Original Message----- From: Gus Heck [mailto:[EMAIL PROTECTED] Sent: 27 January 2004 00:49 To: OJB Users List Subject: Re: HSQLDB -> MySQL 4 transition Daniel Perry wrote: >I have an application that I need to move from OJB to MySQL 4, and I have a >couple of questions. > > > You can use OJB to interface with MySQL (Which is what I am doing right now via the JDO API). Do you mean moving to a non-OJB system, or do you mean switching which database OJB uses? -Gus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
