Help for this page

Select Code to Download


  1. or download this
    $dbsql->do(q{insert into foo VALUES (1,'hello')});
    
  2. or download this
    $stsql= $dbsql->prepare($ssql);
    $rvsql=$stsql->execute();