Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Accessing Access DB with DBI

by Rhose (Priest)
on Jun 03, 2004 at 20:52 UTC ( [id://360490]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $DSN = 'dbi:ODBC:driver=Microsoft Access Driver (*.mdb);dbq='.$Databas
    +e;
    $DBH = DBI->connect($DSN, undef, undef) 
           || ExitProg(ERR->{odbc},'['.$DBI::errstr.' - '.$DBI::err.']');
    $DBH->{LongReadLen}=2048;
    
  2. or download this
    $DSN = 'dbi:ODBC:driver={SQL Server};server={'.$Server.'};database={'.
    +$Database.'}';
    $DBH = DBI->connect($DSN, undef, undef) 
           || ExitProg(ERR->{odbc},'['.$DBI::errstr.' - '.$DBI::err.']');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found