Help for this page

Select Code to Download


  1. or download this
    $sybase_drh->{Callbacks} = {
       selectrow_array => sub {
    ...
          return $drh->selectrow_array($sql, $attrs, @bind_values);
       },
    };