From owner-freebsd-ports Sun Aug 1 12: 1:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 1635A14E41 for ; Sun, 1 Aug 1999 12:01:12 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t4o62p14.telia.com [195.198.198.194]) by mailc.telia.com (8.8.8/8.8.8) with ESMTP id VAA21535; Sun, 1 Aug 1999 21:00:56 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.3/8.9.1) with ESMTP id VAA08930; Sun, 1 Aug 1999 21:00:39 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <37A49957.FCCBC81E@partitur.se> Date: Sun, 01 Aug 1999 21:00:39 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Julian Stacey Cc: freebsd-ports@freebsd.org Subject: Re: ODBC support ? References: <199907291624.QAA03955@jhs.muc.de> Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Julian Stacey wrote: > > Request for info on ODBC, (skip this article if you don't know ODBC) > I assume you want an ODBC *client* for FreeBSD? You might want to check out the FreeODBC "project" (check http://www.freeodbc.org/). Also, there's OpenLinks softwares ODBC client and server (http://www.iodbc.org/). This used to be commercioal, but now it seems they released it as GPL. It's a middleware (connects to the RDBMS of your choice one one end, and serves this connection as an OBDC connection to clients), and it works fine. I used a previous version up 'til about a year ago. If what you really want is an ODBC compliant database server, check PostgreSQL (http://www.postgresql.org/; there's a port in /usr/ports/databases/postgresql). On their website, you can fetch a postgresODBC plugin for windows' ODBC manager, so you can connect Win programs to you FreeBSD database. This also works fine. And as stated in another reply, ODBC is supposed to be a standardized interface for clients accessing database servers. Hope this helps. /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message