Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

[unixODBC][FreeTDS][SQL Server]Unable to connect to data source (SQL-08001)

by perlraj (Acolyte)
on Dec 12, 2012 at 08:04 UTC ( [id://1008467]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Driver config file odbcinst.ini
    [FreeTDS]
    ...
    Threading=0
    FileUsage=1
    DontDLClose=1
    
  2. or download this
    Perl Program
    #!/usr/bin/perl
    ...
    
    $dsn = "dbi:ODBC:DRIVER={FreeTDS};Server=$server;database=$database;";
    $dbh = DBI->connect("$dsn","$user","$password") or die "\n$DBI::errstr
    +\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1008467]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-24 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found