Jeff Martin wrote:
I've written an app that embeds Derby and kicks off the network server programatically in a thread using new NetworkServerControl().start(null).

This app lets you build and populate a database, then generates an applet to view the database. So I'd like to get a local JDBC connection to the database as well as allow another process to get a remote connection (the applet).

This doesn't relate to your tracing question. I am not sure why that is happening, but in the the same jvm where you started network server it is perfectly ok and probably performs better to connect with the embedded driver.

Kathey

Reply via email to