From owner-freebsd-questions@FreeBSD.ORG Wed Sep 29 15:20:46 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4645E1065672 for ; Wed, 29 Sep 2010 15:20:46 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id F092C8FC13 for ; Wed, 29 Sep 2010 15:20:45 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.4/8.14.4) with ESMTP id o8TFKNRT073028 for ; Wed, 29 Sep 2010 10:20:23 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201009291520.o8TFKNRT073028@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <73026.1285773623.1@dc.cis.okstate.edu> Date: Wed, 29 Sep 2010 10:20:23 -0500 From: Martin McCormick Subject: Re: Not Sure Which Package has mssql_connect. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 15:20:46 -0000 Glen Barber writes: >Are you sure mssql_connect() isn't a typo? The rest of your email >states mysql_connect(). Wow! I've been doing too much of this this week. It's actually the other way around. The problem is with mssql_connect and my references to mysql were based on a bit of confusion. We are connecting to a remote SQL server and pulling information off of it. Sorry for the confusion and thanks. Martin