eksob
03-19-2007, 05:49 PM
I am trying to do a select 'LIKE' statement but I am not returning any results, here is what I am trying:
$get = "SELECT item FROM table WHERE item LIKE 'D123-78*'";
$ex = odbc_exec($conn, $get);
But in access there are several items:
D123-78-567
D123-78-432
D123-78-113
$get = "SELECT item FROM table WHERE item LIKE 'D123-78*'";
$ex = odbc_exec($conn, $get);
But in access there are several items:
D123-78-567
D123-78-432
D123-78-113