Skip to Content.
Sympa Menu

freetds - Linux/Perl in a machine accessing MSSQL in another machine

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Fabiano Bonin" <fabiano AT leonilda.com.br>
  • To: freetds
  • Subject: Linux/Perl in a machine accessing MSSQL in another machine
  • Date: Thu, 20 Jan 2000 8:40:26


I have a Linux box running Perl with DBI, DBD::Sybase, and FreeTDS, and I
want to access SQL Server runnig on another machine.
Is that possible?

I'm using the following line to connect:
my $dbh = DBI->connect( 'dbi:Sybase:test', 'username', 'password', {
RaiseError => 1 } );

in the file /usr/local/freetds/interfaces I have the following lines:
test
query tcp ether 200.231.32.3 1433
master tcp ether 200.231.32.3 1433

but it's not connecting.

Thanks.




Archive powered by MHonArc 2.6.24.

Top of Page