Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: issue with DBI and MS SQL SERVER

by blue_cowdawg (Monsignor)
on Sep 15, 2014 at 14:26 UTC ( [id://1100608]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [BILLING] 
    host = 123.213.13.2
    ...
    database = BILLING
    user = USER
    password = PASSWORD
    
  2. or download this
    BEGIN{  $ENV{SYBASE}='/opt/sybase....handwaving here...';
    }
    use DBI;
    my $dbh=DBI->connect('DBI:Sybase:server=BILLING') or die $DBI->errstr;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-23 14:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found