From owner-freebsd-java Tue Apr 6 17:28:56 1999 Delivered-To: freebsd-java@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 2B13114C17 for ; Tue, 6 Apr 1999 17:28:47 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by mailc.telia.com (8.8.8/8.8.8) with ESMTP id CAA27668; Wed, 7 Apr 1999 02:26:11 +0200 (CEST) Received: from stordatan.telia.com (t5o62p8.telia.com [195.198.199.8]) by d1o62.telia.com (8.8.8/8.8.5) with ESMTP id CAA21459; Wed, 7 Apr 1999 02:26:05 +0200 (MET DST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id CAA69093; Wed, 7 Apr 1999 02:26:14 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <370AA626.E1700A0@partitur.se> Date: Wed, 07 Apr 1999 02:26:14 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv,en MIME-Version: 1.0 To: Juan Kuuse Cc: freebsd-java@FreeBSD.ORG Subject: Re: Which database to use with JDBC? References: <01e101be808a$ef512fb0$6d1e48d8@ps1.QUIK> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Juan Kuuse wrote: > > I'm a newbie to FreeBSD and UNIX. I plan to develop java applications with > JDBC. > Any suggestions about selecting database? > I'm aware that this is not only a java question, but anyone may have some > experience using different JDBC drivers? > > Thanks in advance. > > /Juan Kuuse, Guatemala > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message Hi Juan! We are are doing a lot of good stuff using PostgreSQL (there is a port in /usr/ports/databases, web page @ http://www.postgresql.org/) Postgres seems to be the most competent and complete free database around, but it is probably not the fastest. If all you need to do is simple SQL stuff (no subselects for example) you might be better off with mysql (http://www.tcx.se/ and also in the ports collection). To build jdbc with postgres, enter (from the top of my head) src/interfaces/jdbc and make. You'll get a jar file to be somewhere appropriate. Good luck! /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message