Help for this page

Select Code to Download


  1. or download this
    $dbh = DBI->connect('dbi:ODBC:DYC', '', '');
    
  2. or download this
    my $DSN = 'driver=Microsoft Access Driver(*.mdb);dbq=\\\\cheese\\g$\\p
    +erltest.mdb';
    my $dbh = DBI->connect("dbi:ODBC:$DSN", '','')
            or die "$DBI::errstr\n";