Skip to Content.
Sympa Menu

freetds - RE: Re[4]: [freetds] freetds & MSSQL 2000

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: Re[4]: [freetds] freetds & MSSQL 2000
  • Date: Wed, 6 Aug 2003 16:00:08 +0200

>
> Hello,
>
> Thompson, Bill D wrote:
>
> TBDL> OK , from UNIX set environment variable TDSDUMPCONFIG
> to a filename,
> TBDL> e.g.
> ...
> TBDL> then post us the contents of the file after you try the connect.
>
> Yes, big thanks.
>
> $dbh_mssql =
> DBI->connect("dbi:Sybase:server=10.0.0.103:database=$dbname",$
> msuser,$mspasswd);
> is not working, but
> $dbh_mssql =
> DBI->connect("dbi:Sybase:server=MSSQL2000",$msuser,$mspasswd);
> $dbh_mssql->do("use $dbname");
> is working fine.
>

Perhaps


DBI->connect("dbi:Sybase:server=MSSQL2000;database=$dbname",$msuser,$msp
asswd);

works too (I think ';' should be the separator..)

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page