From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 05:46:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A89F37B407 for ; Wed, 6 Aug 2003 05:46:48 -0700 (PDT) Received: from juice.thebigchoice.com (pc1-nott2-3-cust18.nott.cable.ntl.com [80.4.204.18]) by mx1.FreeBSD.org (Postfix) with SMTP id C253D44001 for ; Wed, 6 Aug 2003 05:46:42 -0700 (PDT) (envelope-from matt@thebigchoice.com) Received: (qmail 66670 invoked from network); 6 Aug 2003 12:46:42 -0000 Received: from localhost.proweb.net (HELO thebigchoice.com) (127.0.0.1) by juice.thebigchoice.com with SMTP; 6 Aug 2003 12:46:42 -0000 Message-ID: <3F30F8B2.6010009@thebigchoice.com> Date: Wed, 06 Aug 2003 13:46:42 +0100 From: Matt Heath User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en, en-us MIME-Version: 1.0 To: Andrew Khlebutin References: <1889849679.20030806173831@hm.perm.ru> In-Reply-To: <1889849679.20030806173831@hm.perm.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: perl & MSSQL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 12:46:48 -0000 I have no idea if it will work but did you try including the port number : $dbh_mssql = DBI->connect("dbi:Sybase:server=10.0.0.103:1433:database=$dbname",$msuser,$mspasswd);