Hi
I am trying to clear dates from 3 columns within a Paradox table using SQL Explorer.
The first went OK, as it only contained the character 'Y' (alpha field) and I used UPDATE {tablename}SET {field} = ''
When I try to this with the other two fields (formatted as date fields) I get 'type mistach in expression'.
Presume this is because date fields are strict on empty parameters?
Any ides on how I can clear these date fields please?
Den
I am trying to clear dates from 3 columns within a Paradox table using SQL Explorer.
The first went OK, as it only contained the character 'Y' (alpha field) and I used UPDATE {tablename}SET {field} = ''
When I try to this with the other two fields (formatted as date fields) I get 'type mistach in expression'.
Presume this is because date fields are strict on empty parameters?
Any ides on how I can clear these date fields please?
Den