Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Connecting to sqlserver2008 - DBD::Sybase connectivity and unixODBC issue

by venu_hs (Novice)
on Feb 12, 2013 at 13:46 UTC ( [id://1018361]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [SQL Server Native Client 11.0]
    Description=Microsoft SQL Server ODBC Driver V1.0 for Linux
    Driver= /.../..../libsqlncli-11.0.so.1790.0
    Threading=1
    UsageCount=1
    
  2. or download this
    
    my$dbh1 = DBI->connect("dbi:ODBC:DRIVER={SQL Server Native Client 11.0
    +};Server=abc.cde.corp.org\\XYZ;Database=TEST;UID=$user;PWD=$password"
    +);
    
  3. or download this
    
    DBI connect('DRIVER={SQL Server Native Client 11.0};Server=abc.cde.cor
    +p.org\XYZ;Database=TEST;UID=abc;PWD=defv','',...) failed: [unixODBC][
    +Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed (SQL
    +-IM004)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-16 06:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found