Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Access to MS Server

by iburrell (Chaplain)
on Nov 05, 2003 at 18:04 UTC ( [id://304801]=note: print w/replies, xml ) Need Help??


in reply to Access to MS Server

I have found that if you are going to access the same database repeatedly, it is better to create a system ODBC data source. The wizard checks that the server, username, and password exist and work.
my $conn_name = 'matt'; my $dbh = DBI->connect("dbi:ODBC:$conn_name", $username, $password);

Log In?
Username:
Password:

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

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

    No recent polls found