![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
issue with DBI and MS SQL SERVERby DanBev (Scribe) |
on Sep 15, 2014 at 14:04 UTC ( #1100606=perlquestion: print w/replies, xml ) | Need Help?? |
DanBev has asked for the wisdom of the Perl Monks concerning the following question: Hi monks, I've an issue connecting to MS SQL Server with DBI. I've read all tutorials and configurations of TDS but my code still not works... Simply I try my $dbh = DBI->connect(DBI:Sybase:server=xx.xx.xx.xx, "USERNAME", "PASSWORD") ; and the error is
My TDS configuration is
Instead, trying in shell it works
Please help me to understand...
Back to
Seekers of Perl Wisdom
|
|