Help for this page

Select Code to Download


  1. or download this
    $ADOCmd->Properties('PageSize')->{Value}=10000;#new
    
  2. or download this
    use Win32::OLE 'in';
    
    ...
    my $ADOrs = Win32::OLE->new("ADODB.RecordSet");   
       $ADOrs->PageSize->{Value}=10000;