Kurt Penrose wrote:
Hi,
I'm using Derby as installed with Netbeans 5.5. I'm using the scripts
that came with netbeans to start and stop the database. When I stop it
and start it back up, all of the tables I created are gone. The
database itself is there, but not the tables.
Is there something I'm doing wrong?
Thanks,
Kurt
You may want to check if the transaction in which you are creating the
tables is committed. It might happen If you are setting auto commit
off mode , but not committing the transaction in the end.
hope that helps
-suresht