Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 28566 invoked from network); 22 Sep 2005 15:02:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2005 15:02:14 -0000 Received: (qmail 24219 invoked by uid 500); 22 Sep 2005 15:02:11 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 24174 invoked by uid 500); 22 Sep 2005 15:02:10 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 24151 invoked by uid 99); 22 Sep 2005 15:02:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 08:02:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of carloscarnero@gmail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO zproxy.gmail.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 08:02:17 -0700 Received: by zproxy.gmail.com with SMTP id 12so240248nzp for ; Thu, 22 Sep 2005 08:01:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZRn/h4dMlCAigLmzovJ9gx2SN0k+/cdON253wuYX5OseIyB99l/VXw7Ft88T7FnMgw+3gZAGGpnqobG1CtwhwNz991Rw4K28Oba/lpR46fWo5W+L044VfL7x/MShwbUGXOK0rUAO6VLw9OtUjKgVaZy7mEkm7L16mgqsBSDwOJE= Received: by 10.36.227.60 with SMTP id z60mr1676907nzg; Thu, 22 Sep 2005 08:01:48 -0700 (PDT) Received: by 10.36.251.50 with HTTP; Thu, 22 Sep 2005 08:01:47 -0700 (PDT) Message-ID: <2cbf87d05092208019c234b@mail.gmail.com> Date: Thu, 22 Sep 2005 11:01:47 -0400 From: "Carlos A. Carnero Delgado" Reply-To: "Carlos A. Carnero Delgado" To: Derby Discussion Subject: Re: Distributed databases In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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.