Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: [unixODBC][FreeTDS][SQL Server]Unable to connect to data source (SQL-08001)

by perlraj (Acolyte)
on Dec 13, 2012 at 09:15 UTC ( [id://1008639]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [FreeTDS]
    Description = TDS driver (Sysbase/MS SQL)
    Driver = /usr/local/freetds/lib/libtdsodbc.so
    Setup = /usr/local/freetds/lib/libtdsodbc.so
    UsageCount = 1
    
  2. or download this
    [SERVER]
    Driver = FreeTDS
    Description = ODBC connection via FreeTDS
    ServerName = SERVER
    
  3. or download this
    # A typical Microsoft server
    [SERVER]
    ...
            port = 1433
            tds version = 7.2
    
  4. or download this
    $ sudo TDSVER=7.2 osql -S SERVER -U devuser2 -P ZqZMNfVP
    checking shared odbc libraries linked to isql for default directories.
    +..
    ...
    /usr/local/freetds/lib/libtdsodbc.so is an executable file
    Using ODBC-Combined strategy
    DSN [SERVER] has servername "" (from /usr/local/etc/odbc.ini)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-25 14:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found