|
|
| We don't bite newbies here... much | |
| PerlMonks |
Connecting to sqlserver2008 - DBD::Sybase connectivity and unixODBC issueby venu_hs (Novice) |
| on Feb 12, 2013 at 11:57 UTC ( #1018340=perlquestion: print w/ replies, xml ) | Need Help?? |
|
venu_hs has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Monks, we are trying to connect to sqlserver 2008 from a perl script using DBD::Sybase. could you please help. This is a bit urgent... We got the below error when we try to run the script... Message String: ct_connect(): directory service layer: internal directory control layer error: Requested server name not found. Below is the code:
Then we also tried the option of using unixODBC But still could not solve the issue as we got a different error... Here is the error: DBI connect('DRIVER={SQL Server};Server=abc.cde.corp.org\XYZ;Database=TEST;UID=abc;PWD=defv','',...) failed: unixODBCDriver ManagerCan't open lib 'SQL Server' : file not found (SQL-01000) below is the code:
Back to
Seekers of Perl Wisdom
|
|