Thanks for the quick response! I will keep in mind that it may change. But I will then develop an app with only this version then. As long as it does what I need, I don't think I will need to worry about version issues.
But I just remembered one other property that I need. In the databases Interbase/Firebird, those databases have automatic/hot-live backup. How does H2 handle disaster-crash recovery? OK, thanks. It now looks like that this is the database for me! Paul On Dec 7, 2:59 pm, Sergi Vladykin <[email protected]> wrote: > Yes, these temp files will disappear (at least in case of correct > shutdown) and they are not needed to open database again even on > another computer. If you are looking for a one file portability, the > only thing you should keep in mind that this new storage mechanism is > still beta quality and is subject of change. So databases created with > one version of H2 may be not compatible with other version (usually > happens that databases created with newer versions can't be opened > with older versions). -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
