Unidac interbase fetchall recordcount error

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lao
Posts: 71
Joined: Wed 10 Dec 2008 10:56

Unidac interbase fetchall recordcount error

Post by lao » Wed 30 Dec 2009 12:58

Hi,
query option: fetchall =false;
QueryRecCount=true
exemple sql:
select distinct (Company_name) from companies

recordcount return count of all companies and dont use "distinct"

lao
Posts: 71
Joined: Wed 10 Dec 2008 10:56

Post by lao » Thu 31 Dec 2009 14:55

The error occur when fetchrows is less than reurned recordcount with word "distinct"
Sorry for my english...

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 31 Dec 2009 15:06

We have reproduced this problem, and we are working on it. You will be notified when we fix the problem.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 14 Jan 2010 13:03

We have fixed this problem. The fix will be included in the next build of IBDAC.

Post Reply