Help for this page

Select Code to Download


  1. or download this
    if ($odbc->Error) {
        $odbc->DumpError;
        exit;
    }
    
  2. or download this
    $odbc->SetMaxBufSize(50_000);