Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: connecting Perl with MS SQL Server on NT using ODBC

by screamingeagle (Curate)
on Jul 01, 2002 at 22:37 UTC ( [id://178716]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    myserver
       query tcp tds4.2 10.0.2.1 1433
    
  2. or download this
    $ENV{'SYBASE'} = "/freetds" unless $ENV{'SYBASE'};
    my $dbh;
     $dbh = DBI->connect("dbi:Sybase:server=myserver",userid,password);
    

Log In?
Username:
Password:

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

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

    No recent polls found