Cross platform database
807599Nov 22 2006 — edited Nov 22 2006Hi everybody. I am new in Java and I would like to know some things.
1st: I am building a cross platform application and I need to save some data to persistent storage. I am currently using xml files for that purpose, but what I want to know is if there is some kind of a database that I can use. Remember, it has to be cross platform.
XML makes it a little hard for me, because I have to update, and search the xml file very often! Thats why I want to know if there is a cross platform database that I can use and execute queries!
I would also like u to tell me what kind of method and technology u would use!
Thank u!