I have a table that can't be refreshed, essentially the ID is inserted server side and the table itself has all NULLS for the key.
In the previous version all worked well while doing:
Code: Select all
table.First;
while not table.EOF do table.Delete;
Why Refresh on Delete?
I don't need a fix, I am Executing a SQL statement instead but this does appear odd..
thanks
Fred