Rick Hillegas wrote:
Hi Marcel,
Are you saying that the table is created but that it disappears after
you exit the program? Have you changed the autocommit state of the
connection? It may be that your table-creating transaction is rolled
back when you exit.
Other common errors are:
1) You connected with a different user and so the default schema is
different. Your table is still there but in the schema that corresponds
to the user with which you originally connected.
2) Your derby.system.home is different so you are actually accessing a
different database.
Search your file system for databases of the same name to make sure you
are accessing the same one.
Kathey