James Cowan <[EMAIL PROTECTED]> writes: > Hi > > is it possible to make remote connections to an embedded derby database?
No, you'll have to run the the network server. However, the network server is just a layer of networking code on top of an embedded derby database, so in some sense you can say it makes it possible to make remote connections to an embedded database. But that wasn't what you had in mind, I guess... -- Knut Anders
