From owner-freebsd-isp Sun Dec 9 16: 4:42 2001 Delivered-To: freebsd-isp@freebsd.org Received: from femail35.sdc1.sfba.home.com (femail35.sdc1.sfba.home.com [24.254.60.25]) by hub.freebsd.org (Postfix) with ESMTP id 7627037B405 for ; Sun, 9 Dec 2001 16:04:39 -0800 (PST) Received: from munged ([65.11.251.168]) by femail35.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011210000439.BYKG19526.femail35.sdc1.sfba.home.com@munged>; Sun, 9 Dec 2001 16:04:39 -0800 From: "Christopher Meiklejohn" To: "Leif Neland" , "Jim King" Cc: Subject: RE: ODBC Date: Sun, 9 Dec 2001 19:03:15 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20011210005009.R52959-100000@arnold.neland.dk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Using FreeTDS and DBD::sybase I had success connecting to MSSQL-7 on NT4 from perl: The code looked a little like this: #!/usr/bin/perl use DBI; use CGI qw(:standard); BEGIN { $ENV{SYBASE} = '/usr/local/freetds'; $ENV{DSQUERY} = "NTBOX"; } $dbh = DBI->connect('dbi:Sybase:NTBOX', 'test','test'); --Chris -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Leif Neland Sent: Sunday, December 09, 2001 6:51 PM To: Jim King Cc: freebsd-isp@FreeBSD.ORG Subject: Re: ODBC On Tue, 7 Nov 2000, Jim King wrote: > Bob Martin wrote: > > > Anyone know where I can get a good ODBC driver for FreeBSD? I need to > > connect to a MSSQL server. > > /usr/ports/databases/unixODBC > > More info at http://www.unixodbc.org/ > > Jim > It isn't obvious to me: can this be used from PHP4? Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message