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]

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.