Have you considered using an ORM such as Hibernate or Cayenne to alleviate your SQL woes? Cayenne has a Database Merger package which could be just what you're looking for.
-----Original Message----- From: Damian Carey [mailto:[email protected]] Sent: Thursday, January 08, 2009 11:21 PM To: Derby Discussion Subject: Re: Derby SQL diff tool suggestions ... My Java skills are 7/10 (an adequate pass), but my SQL skills are 3/10 (I can spell "SQL"), so the tool helps ease the transition. The products use Hibernate - and that both creates the schema, and writes all the SQL for us. Thanks for your reply! -Damian
