Help for this page

Select Code to Download


  1. or download this
    ct_param() failed! at /tmp/xx.pl line 33.
    DBD::Sybase::st execute failed: OpenClient message: LAYER = (1) ORIGIN
    + = (1) SEVERITY = (1) NUMBER = (16)
    ...
    DBD::Sybase::st execute failed: OpenClient message: LAYER = (1) ORIGIN
    + = (1) SEVERITY = (1) NUMBER = (16)
    Message String: ct_param(): user api layer: external error:
        This routine cannot be called while results are pending for a comm
    +and that has been sent to the server.
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      $sth2->execute($row1[0]);                               # this is li
    +ne 33
      my @row2 = $sth2->fetchrow_array;
    }