Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: ODBC problem

by Jonathan (Curate)
on Mar 02, 2021 at 13:08 UTC ( [id://11129011]=note: print w/replies, xml ) Need Help??


in reply to ODBC problem

I posted the original question (thanks for the link to retrieve my old account).

I got this working by creating a System DSN entry (I had been trying with a User DSN previously) which included the path to the database

my $dbh = DBI->connect('dbi:ODBC:MAS90', $dbuser, $dbpassword) or die "Cannot connect: $DBI::errstr\n";
This worked, apologies as this wasn't really a Perl issue

Log In?
Username:
Password:

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

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

    No recent polls found