From owner-freebsd-questions Wed May 21 14:33:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA07941 for questions-outgoing; Wed, 21 May 1997 14:33:57 -0700 (PDT) Received: from odin.visigenic.com (odin.visigenic.com [204.179.98.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA07936 for ; Wed, 21 May 1997 14:33:53 -0700 (PDT) Received: from VSI48 (vsi48.visigenic.com [206.64.15.185]) by odin.visigenic.com (Netscape Mail Server v2.02) with SMTP id AAA10979 for ; Wed, 21 May 1997 14:33:22 -0700 Message-Id: <3.0.32.19970521143336.0098f3a0@visigenic.com> X-Sender: toneil@visigenic.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 21 May 1997 14:33:37 -0700 To: questions@FreeBSD.ORG From: "Tim Oneil" Subject: Re: Database server on FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 01:46 PM 5/21/97 -0400, you wrote: >On Wed, 21 May 1997, Stephane Legrand wrote: > >> I think the major problem is to find a good server which can be used via >> Windows clients. > > There are a few 'free' ODBC driver projects that are out there...for >PostgreSQL, there is a PostODBC and a FreeODBC that I know of off the top of >my head. I've heard more about the PostODBC project, but I believe both have >reported very good linkups between PostgreSQL and MSAccess > > There has also been a recent port of psql (the command line interface >to PostgreSQL) to Windows so that you can work a little more intimately with >the server without being on a Unix box On a related note, I think an ODBC driver for windows for the GNU SQL project would be a good thing, but this requires a port of the client libs to windows. Anyone have any news on this?