Help for this page

Select Code to Download


  1. or download this
    set RS = CreateObject("ADODB.Recordset")
    set NUM = RS.RecordCount
    
  2. or download this
    $records = $Object->{RS} = ("adodb.Recordset");
    $count = $Object->LetProperty("RecordCount", $records);