When it comes to unit testing, I'm all about HSQLDB. :-) Not only do I achieve unit test coverage, but I also improve my portability across databases (if you're interested in that). It also helps triangulate performance issues, as the difference between an in memory DB vs your production DB becomes immediately apparent.
Cheers, Clinton On Thu, 10 Feb 2005 08:41:43 -0700, Nathan Maves <[EMAIL PROTECTED]> wrote: > I have been trying for two day to get DBunit to work with only partial > success. The support for this project is nonexistent. Anyone know of > a more supported project or have any experience with this one? How do > most of you test your database layer? > > Nathan > >

