6.2.7 Feature?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

6.2.7 Feature?

Post by FredS » 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:

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

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: 6.2.7 Feature?

Post by azyk » Fri 11 Sep 2015 13:29

Please specify the database you are working with.

FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

Re: 6.2.7 Feature?

Post by FredS » Fri 11 Sep 2015 17:00

azyk wrote:Please specify the database you are working with.
Firebird 3

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: 6.2.7 Feature?

Post by ViktorV » Mon 14 Sep 2015 09:44

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.

Post Reply