Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Accessing Access DB with DBI

by WhiteBird (Hermit)
on Jun 04, 2004 at 03:13 UTC ( [id://360652]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $db = new Win32::ODBC( "DSN=INFO;UID=id;PWD=password" );
           if( ! $db )
           {
               die "Error connecting: " . Win32::ODBC::Error() . "\n";
            }
    
  2. or download this
    my $dbh = DBI->connect("dbi:ODBC:INFO","username","password")
        or die "Unable to connect: " . $DBI::errstr . "\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found