Help for this page

Select Code to Download


  1. or download this
        ($type == DBI::SQL_DATE)? 8 :
        ($type == DBI::SQL_INTEGER and $sth->{PRECISION}->[$i] > 15 )? 10 
    +:
        ($type == DBI::SQL_NUMERIC and $sth->{PRECISION}->[$i] > 15 )? 10 
    +:
        ...