[EMAIL PROTECTED] wrote:
Silly question...
If the database is being opened as an embedded database, that would imply
that you can only have one user or is it one connection to the database?
Hello,
You can have multiple users and connections to an embedded Derby database.
You can also have your application use Derby embedded, and at the same
time start the network server in the same JVM to have remote/external
clients connect to the database as well.
--
Kristian
Assuming that there can only be one connection, when its closed, shouldn't
derby stop running?
-----Original Message-----
From: Bryan Pendleton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 9:07 AM
To: Derby Discussion
Subject: Re: [MEMORY]Free memory
Is there something to do closing a database to free all memory use by
this database ?
In addition to committing and closing your connections, you can also
shut down the database:
http://db.apache.org/derby/docs/10.1/devguide/tdevdvlp40464.html
thanks,
bryan