On 2/23/07, Jean T. Anderson <[EMAIL PROTECTED]> wrote:
...
> If I do make the move to embedded, is there any way I could use ij
> while the app is running?
Your app could use an embedded server, which means your app would load
the embedded driver for its own use and start the Network Server to
allow remote access by other applications, such as ij. An explanation is
here:
http://db.apache.org/derby/papers/DerbyTut/ns_intro.html#Embedded+Server
BTW, how do you specify the directory of the db when using embedded mode?
With client/server, I can just start up startnetworkserver in the
appropriate directory.
Amir
regards,
-jean