SELECT Items.ITEMNO, Items.DESC, Items.CATEGORY, Items.COMMENT1, Items.COMMENT2, Items.COMMENT3, Items.COMMENT4
FROM Items
WHERE (((Items.ITEMNO)>="0" And (Items.ITEMNO)<":"))
Why wont this return numeric values only.......
the code works fine in pervasive....!
FROM Items
WHERE (((Items.ITEMNO)>="0" And (Items.ITEMNO)<":"))
Why wont this return numeric values only.......
the code works fine in pervasive....!