Help for this page
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.
use DBI; ... my $customercode = $data[1]; my $ordercode = $data[2]; print "\t $customercode $ordercode\n";