I use NetBeans... Maybe you could look at: http://db.netbeans.org/ HTH.
--
bo
Sure. I am using it actually. Just select a generic driver and you're in.
--
bo
Just one thing: if you use H2 as embedded mode, you will need to
restart NetBeans, because after connection closed, it still actually
keeps it for some reasons. But it is valid for other db engines as
well, e.g. Derby.
--
bo
> Just one thing: if you use H2 as embedded mode, you will need to
> restart NetBeans, because after connection closed, it still actually
> keeps it for some reasons. But it is valid for other db engines as
> well, e.g. Derby.
That doesn't sound right. What database URL do you use?
Regards,
Thomas
jdbc:h2:file:/path/to/the/file
--
bo