can the network server be embedded? >From reading http://db.apache.org/derby/docs/adminguide/cadminov825266.html it does not look that it can be.
James ----- Original Message ----- From: "Knut Anders Hatlen" <[EMAIL PROTECTED]> To: "Derby Discussion" <[email protected]> Cc: "James Cowan" <[EMAIL PROTECTED]> Sent: Thursday, August 11, 2005 10:31 AM Subject: Re: remote connections to embedded derby > 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 >
