From owner-freebsd-questions Tue Jan 6 07:46:15 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA24169 for questions-outgoing; Tue, 6 Jan 1998 07:46:15 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA24163 for ; Tue, 6 Jan 1998 07:46:10 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id JAA14904; Tue, 6 Jan 1998 09:46:06 -0600 (CST) Message-ID: <19980106094605.58279@emsphone.com> Date: Tue, 6 Jan 1998 09:46:05 -0600 From: Dan Nelson To: Tim Tsai Cc: questions@FreeBSD.ORG Subject: Re: ODBC Client for FreeBSD? (Also Linux cross development) References: <19980106003551.53998@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.4e In-Reply-To: <19980106003551.53998@futuresouth.com>; from "Tim Tsai" on Tue Jan 6 00:35:51 GMT 1998 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In the last episode (Jan 06), Tim Tsai said: > Is there an ODBC Client for FreeBSD, commercial or free? > > The only one I've found thus far is a Linux version by Sybase. Has > anybody tried this on FreeBSD with the Linux emulation? > > On another note, is it possible to develop Linux software on FreeBSD? > I'd hate to setup a Linux box just to do this (we are completely FreeBSD > and proud of it. :-) ODBC client for what database server? ODBC isn't a generic database frontend, unfortunately. You need an ODBC driver specific to the database you're connecting to. -Dan Nelson dnelson@emsphone.com