6.2.7 Feature?
Posted: Thu 10 Sep 2015 22:52
Hi,
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:
But in this version it gives a Refresh Error.
Why Refresh on Delete?
I don't need a fix, I am Executing a SQL statement instead but this does appear odd..
thanks
Fred
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