Re: Distributed databases

2005-09-22 Thread Øystein Grøvlen
JAC == James A Craig/O/VCU [EMAIL PROTECTED] writes: JAC Hi, I'm fairly new to Derby but I was curious if its possible JAC to use it in a distributed setup. I currently have a small JAC cluster and want to set it up so that I have a distributed JAC database on it using Derby. So

Re: Distributed databases

2005-09-22 Thread John Embretsen
James A Craig/O/VCU wrote: 4) Does anyone know of any decent tutorials when it comes to Derby? I haven't found anything that great thus far. The recent Linux Magazine article referenced in a previous thread on this mailing list might function as a sort of general tutorial for (newbie) derby

Re: Distributed databases

2005-09-22 Thread Michael J. Segel
On Thursday 22 September 2005 04:07, Øystein Grøvlen wrote: JAC == James A Craig/O/VCU [EMAIL PROTECTED] writes: JAC Hi, I'm fairly new to Derby but I was curious if its possible JAC to use it in a distributed setup. I currently have a small JAC cluster and want to set it up so

Re: Distributed databases

2005-09-22 Thread James A Craig/O/VCU
started.James[EMAIL PROTECTED] (Øystein Grøvlen) wrote: -To: Derby Discussion derby-user@db.apache.orgFrom: [EMAIL PROTECTED] (Øystein Grøvlen)Date: 09/22/2005 05:07AMSubject: Re: Distributed databases "JAC" == James A Craig/O/VCU [EMAIL PROTECTED] writes: JAC Hi, I'm fairly new to D

Re: Distributed databases

2005-09-22 Thread Carlos A. Carnero Delgado
Hi, if you will ultimately access your database using JDBC, you might want to check this: http://c-jdbc.objectweb.org/. I'm not sure if that fits the bill in your situation but you could waste 5 minutes reading the blurbs there ;) Regards, Carlos.

Re: Distributed databases

2005-09-22 Thread Jean T. Anderson
Carlos A. Carnero Delgado wrote: Hi, if you will ultimately access your database using JDBC, you might want to check this: http://c-jdbc.objectweb.org/. I'm not sure if that fits the bill in your situation but you could waste 5 minutes reading the blurbs there ;) Emmanuel Cecchet wrote a

Re: Distributed databases

2005-09-22 Thread Daniel John Debrunner
James A Craig/O/VCU wrote: Thank you for the fast response. I was looking to set it up so that it was a single database with table 1 on node 1, table 2 on node 2, etc. But if I'm reading what you said correctly, this isn't possible. I was reading a book that dealt with doing this and I wanted

Re: Distributed databases

2005-09-22 Thread Rajesh Kartha
James A Craig/O/VCU wrote: Hi, I'm fairly new to Derby but I was curious if its possible to use it in a distributed setup. I currently have a small cluster and want to set it up so that I have a distributed database on it using Derby. So my questions are: 1) Is this possible? 2) Is there a

Re: Distributed databases

2005-09-22 Thread James A Craig/O/VCU
Thank you, I'll take a look at C-JDBC. I'm actually a little surprised how fast I got an answer to all my questions. Thank you to everyone.James-Rajesh Kartha [EMAIL PROTECTED] wrote: -To: Derby Discussion derby-user@db.apache.orgFrom: Rajesh Kartha [EMAIL PROTECTED]Date: 09/22/2005

Distributed databases

2005-09-21 Thread James A Craig/O/VCU
Hi, I'm fairly new to Derby but I was curious if its possible to use it in a distributed setup. I currently have a small cluster and want to set it up so that I have a distributed database on it using Derby. So my questions are:1) Is this possible?2) Is there a resource that shows me how to do