Page 1 of 1

6.2.7 Feature?

Posted: Thu 10 Sep 2015 22:52
by FredS
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:

Code: Select all

     table.First;
     while not table.EOF do table.Delete;
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

Re: 6.2.7 Feature?

Posted: Fri 11 Sep 2015 13:29
by azyk
Please specify the database you are working with.

Re: 6.2.7 Feature?

Posted: Fri 11 Sep 2015 17:00
by FredS
azyk wrote:Please specify the database you are working with.
Firebird 3

Re: 6.2.7 Feature?

Posted: Mon 14 Sep 2015 09:44
by ViktorV
Unfortunately, we can't reproduce the difference between UniDAC 6.2.7 behavior and UniDAC 6.1.6. To investigate this behavior of UniDAC, please send a small sample to demonstrate the issue to viktorv*devart*com, including a script to create and fill in the test database object.