Hi Sergi,
Thanks for the quick response.
Just curious about these temp files.
I hope when you say temp files, that means these files disappear when
database shuts down.
I am OK with that, I don't want other files generated that would be
required to run it, that is the
problem with HSQLDB, it generates about 5 files I think, a log file,
data file, + others, but you can't
Just grab the data file and open it on another computer.
I am looking for portability. I want it to be like MS Access, when you
create one on one machine,
then you can just move that file and open it on another machine
(assuming you have Office installed on the other.)

If it works this way, then I now will say that this is the database I
have been looking for!!!

SO please confirm that H2 DB works in this way.

Sincerely,

Paluee

On Dec 4, 2:05 pm, Sergi Vladykin <[email protected]>
wrote:
> Yes, H2 runs with referential integrity enabled by default and since
> version 1.2 by default it uses one file as storage (including index
> data too, in-memory indexes are also supported). Although at runtime
> it creates some more temporary files (lock-file, temp files for
> intermediate query results and so on).

--

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.


Reply via email to