Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

issue with DBI and MS SQL SERVER

by DanBev (Scribe)
on Sep 15, 2014 at 14:04 UTC ( [id://1100606]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect(DBI:Sybase:server=xx.xx.xx.xx, "USERNAME", "PASSWORD") ;
  2. or download this
    DBI connect('server=xx.xx.xx.xx','USERNAME',...) failed: OpenClient me
    +ssage: LAYER = (0) ORIGIN = (0) SEVERITY = (78) NUMBER = (41)
    Server xx.xx.xx.xx, database
    ...
    Cant' connect to database: OpenClient message: LAYER = (0) ORIGIN = (0
    +) SEVERITY = (78) NUMBER = (41)
    Server xx.xx.xx.xx, database
    Message String: Unable to connect: Adaptive Server is unavailable or d
    +oes not exist
    
  3. or download this
    [xx.xx.xx.xx]
    host = xx.xx.xx.xx
    port = 1433
    tds versione = 7.0
    
  4. or download this
    
    root@___# /usr/local/freetds/bin/tsql -S xx.xx.xx.xxx -U USER
    ...
    locale charset is "UTF-8"
    using default charset "UTF-8"
    1>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 06:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found