Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Using Perl to connect using trusted connection

by joecamel (Hermit)
on Sep 13, 2004 at 19:04 UTC ( [id://390640]=note: print w/replies, xml ) Need Help??


in reply to Using Perl to connect using trusted connection

1) Use odbcad to create a system DSN. At the end of the wizard, click "Test Connection" to make sure it's set up properly.

2) Specify the username and password in the DBI connect() call.

my $dbh = DBI->connect("dbi:ODBC:$dsnname", $username, $password);
joecamel

Log In?
Username:
Password:

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

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

    No recent polls found