Help for this page

Select Code to Download


  1. or download this
    $select00->bind_param(1,$id,SQL_INTEGER)|| die $select00->errstr;
    $select00->bind_param(3,$item,SQL_INTEGER)|| die $select00->errstr;
    
  2. or download this
    DBI::st=HASH(0x80f86e0)->bind_param(...): attribute parameter 'SQL_INT
    +EGER' is n
    ot a hash ref at ./dbtest.insert line 19.
    
  3. or download this
    #!/usr/bin/perl -w
    #
    ...
    close CSV;
    
    $dbh->disconnect;
    
  4. or download this
    Bareword "SQL_INTEGER" not allowed while "strict subs" in use at ./dbt
    +est.insert
     line 18.