I'm creating two H2 database files, and creating a link between them. I then move them to an embedded system. However, after the move the link has broken. Is there a way to make links work after move (they should be in the same relative position on the embedded system)?
Unfortunately, after the move I've found it very difficult to get information about the database and the schema. Some commands return no output (like show schemas).
airtimeDBin the root directory (of the current drive, in Windows). Check for a file namedairtimeDB.h2.dbin the root directory. Is this really want you want? I would use at least one subdirectory, such asjdbc:h2:/data/airtimeDB. – Thomas Mueller Jul 9 '11 at 9:30