kpaxian25 has asked for the wisdom of the Perl Monks concerning the following question:
use DBI; BEGIN { $ENV{'SYBASE'} = '/usr/local/freetds'; $ENV{'TDSVER'} = 7.0; } $dbh = DBI->connect("dbi:Sybase:server=10.0.0.1", "$db_username", "$db +_password") or die "\nCouldn't connect: " . $DBI::errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mssql DBD::Sybase
by dtr (Scribe) on Dec 01, 2005 at 22:39 UTC | |
by Anonymous Monk on Dec 02, 2005 at 16:35 UTC | |
|
Re: Mssql DBD::Sybase
by mpeppler (Vicar) on Dec 02, 2005 at 18:11 UTC |