Help for this page

Select Code to Download


  1. or download this
    $RS   = Win32::OLE->new("ADODB.Recordset");
    $RS->Open($sql, $Conn, 1, 1);
    return $RS
    
  2. or download this
    $RS   = Win32::OLE->new("ADODB.Recordset");
    $RS->Open($sql, $Conn, 1, 1);