Help for this page

Select Code to Download


  1. or download this
    package MSAccess;
    
    ...
    }
    
    1;
    
  2. or download this
    my $db=connect(\%dbinfo) or die $!;
    my $sql ="select * from test1 where fld1 like 'monk%' offset 10 limit 
    +10";
    ...
        print "$r->{fld1}\n";
    }
    $db->disconnect;