![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Problems with DBD::Sybase on Win2Kby VSarkiss (Monsignor) |
on May 21, 2002 at 15:17 UTC ( [id://168152]=note: print w/replies, xml ) | Need Help?? |
This may be just a copy-and-paste artifact, but the first parameter in your connect should be: my $dbh=DBI->connect('DBI:Sybase:server=FOOBAR','foo','bar');In other words, the server name should be separated by an equal sign, not a colon.
In Section
Seekers of Perl Wisdom
|
|