I want to embed a database in an application and I want other applications to be able to talk to the database.
For example, openoffice now runs an embedded version of hpersonic/hsqldb but remote applications can talk to the database. Basically the hypersonic jdbc driver allows connections from both clients in the same jvm and from remote clients. Hypersonic has some disadvantages which is why I am looking at derby instead. James ----- Original Message ----- From: "Shreyas Kaushik" <[EMAIL PROTECTED]> To: "Derby Discussion" <[email protected]> Sent: Thursday, August 11, 2005 10:37 AM Subject: Re: remote connections to embedded derby > Can you eloborate your question a bit more ? > > thanks > Shreyas > > James Cowan wrote: > > > Hi > > > > is it possible to make remote connections to an embedded derby database? > > > > James >
