Help for this page

Select Code to Download


  1. or download this
    use DBI qw(:sql_types);    # make sure DBI gives you access to sql_typ
    +es strings
    
    ...
    $sth->bind_param( 1, $Array[0], SQL_DATETIME );   # forces the data ty
    +pe
    $sth->execute;   # no args needed here now.