Help for this page

Select Code to Download


  1. or download this
    my $rs = CreateObject OLE "ADODB.Recordset" or die "can not create rec
    +ordset";
    $rs->open($sqlstatement, $dbh, 3, 3);
    
  2. or download this
    use strict;
    use OLE;
    ...
        $rs->MoveNext;
        }