or download this
$q="SELECT order_bill_n, srok_date FROM orders WHERE ALLTRIM(UPPER(ord
+er_bill_n)) LIKE '%22134%' order by order_bill_n desc ";
$sthfox=$dbhfox->prepare($q, { ado_cursortype => 'adOpenForwardOnl
+y' }) or die "Can't prepare statement: $DBI::errstr";
$sthfox->execute() or die "Can't execute statement: $DBI::errstr";