Help for this page

Select Code to Download


  1. or download this
    DBD::ODBC::st execute failed: [MERANT][ODBC Sybase ASE driver][SQL Ser
    +ver]Implicit conversion from datatype 'VARCHAR' to 'NUMERIC' is not a
    +llowed.  Use the CONVERT function to run this query.
    
  2. or download this
    use DBI;
    
    ...
                my $customercode = $data[1];
                my $ordercode = $data[2];
                print "\t $customercode $ordercode\n";