Legolas Woodland wrote:
Hi
Thank you for reading my post.
Where derby create each database directory ?
By default a database gets created in the directory where the
application was started. This link shows how to specify the full path to
the database, how to set derby.system.home, and it also provides links
where you can find more information:
http://db.apache.org/derby/papers/DerbyTut/ij_intro.html#Database
If you're using the network server, by default the database gets created
in the directory where the network server is started:
http://db.apache.org/derby/papers/DerbyTut/ns_intro.html#ij_ns_client
regards,
-jean