yves pielusenet wrote:

Thank you for your answer :)
So, since I use an embedded database, should I use the shutdown command
(database shutdown nor derby shutdown) everytime I do
Connection.close() ? (an if so, why derby connection close command call
itself database;shutdown=true commande ?)

And a the very end of my application I do a derby shutdown
DriverManager.getConnection("jdbc:derby:cs;shutdown=true");

that's right ? :)

No, you need only shut down the database at the end of your application.
Note that a derby shutdown is just a shutdown of all databases you have opened. If you just have a single database, a single shut down is enough.

--
Øystein Grøvlen, Senior Staff Engineer
Sun Microsystems, Database Technology Group
Trondheim, Norway

Reply via email to