Help for this page

Select Code to Download


  1. or download this
    my $type_i_want = $dbh->type_info( [ SQL_whatever ] );
    # 
    ...
            printf "%s", $row[$i];
        }
    }