Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by Secalles (Initiate)
on Dec 29, 2011 at 16:30 UTC ( [id://945527]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use DBI;
    
    ...
    
    my $DSN = "driver={SQL Server};server=$server;database=$database_name;
    +uid=$user;pwd=$pass"; 
    my $DBH = DBI->connect("DBI:ODBC:$DSN") or die "Couldn't open database
    +: $DBI::errstr\n";
    
  2. or download this
    DBI connect('driver={SQL Server};server=localhost\WHATSUP:3477;databas
    +e=equip;uid=rodrigo;pwd=123456','',...) failed: [Microsoft][ODBC SQL 
    +Server Driver][DBNETLIB]Invalid connection. (SQL-08001) [st
    ate was 08001 now 01000]
    ...
    Couldn't open database: [Microsoft][ODBC SQL Server Driver][DBNETLIB]I
    +nvalid connection. (SQL-08001)
     [state was 08001 now 01000]
    [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConn
    +ectParams()). (SQL-01000)
    

Log In?
Username:
Password:

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

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

    No recent polls found