Help for this page

Select Code to Download


  1. or download this
    $value = "foo"; # test value
    $dbh->do("insert into foo(id, test) values (6,?)",undef,$value);
    
  2. or download this
    ERROR:  pg_atoi: error in "foo": can't parse "foo"