Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Apr 1999 02:26:14 +0200
From:      Palle Girgensohn <girgen@partitur.se>
To:        Juan Kuuse <kuuse@quik.guate.com>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Which database to use with JDBC?
Message-ID:  <370AA626.E1700A0@partitur.se>
References:  <01e101be808a$ef512fb0$6d1e48d8@ps1.QUIK>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?370AA626.E1700A0>