Gryphon4200
Technical User
I have a sales history table in salehist.dbf created in FoxPro 2.0. In this table is a column Entry which is of type Date.
I am trying to do something like:
DELETE ALL FOR ENTRY < DATE(01/01/00)
But every time I try I either get some type of mismatch error or in the case of trying:
DELETE ALL FOR ENTRY < {01/01/00}
It appears to work but deletes 0 records.
Any help with this would grateful.
I am trying to do something like:
DELETE ALL FOR ENTRY < DATE(01/01/00)
But every time I try I either get some type of mismatch error or in the case of trying:
DELETE ALL FOR ENTRY < {01/01/00}
It appears to work but deletes 0 records.
Any help with this would grateful.