in reply to Re: Perl 5.20 Sybase 15.7 connect to database error
in thread Perl 5.20 Sybase 15.7 connect to database error
my $dbh = DBI->connect( "dbi:ODBC:$db", "$login", "$password", { RaiseError => 1, AutoCommit => 1 } ) || err("Database Error","Can't connect to database $d +b: ". "$DBI::errstr",3);
Thank you both for your assistance with this matter.
|
|---|