in reply to connecting Perl with MS SQL Server on NT using ODBC
b) in your Perl script, include code which goes something like this :myserver query tcp tds4.2 10.0.2.1 1433
$ENV{'SYBASE'} = "/freetds" unless $ENV{'SYBASE'}; my $dbh; $dbh = DBI->connect("dbi:Sybase:server=myserver",userid,password);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: connecting Perl with MS SQL Server on NT using ODBC
by Secalles (Initiate) on Dec 29, 2011 at 16:30 UTC | |
by poj (Abbot) on Dec 29, 2011 at 17:12 UTC | |
by Secalles (Initiate) on Dec 29, 2011 at 17:26 UTC | |
by poj (Abbot) on Dec 29, 2011 at 17:40 UTC | |
by Secalles (Initiate) on Dec 29, 2011 at 17:47 UTC | |
|