Local databases

HiI am looking for database that i could access only localy. Something that doesn't need a server. Like XML, but i would like it to support SQL. Does such a database exist? I found Berkely database (je), but it doesn't support SQL.
[247 byte] By [someone_a] at [2007-10-1 2:59:38]
# 1
I don't know what XML has to do with the problem (it isn't a database). The search word you are looking for is "embedded" database.
DrClapa at 2007-7-8 15:37:59 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
XML is not database, but can be used to store data localy. I didn't know how else to describe what i need. :)thanks.
someone_a at 2007-7-8 15:37:59 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
If you're looking for a database that can use SQL commands against files, you could look at HSQL on www.sourceforge.net. I don't know if it supports XML, but I would guess so.
nasch_a at 2007-7-8 15:37:59 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4
you can try Derby from apache.
hbaruaa at 2007-7-8 15:37:59 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...