Page 1 of 1

IbDAC 3.5.017 bug in retrieving fields

Posted: Thu 14 Oct 2010 14:53
by seberaya
Steps to reproduce it

1. Create new Delphi project.
2. Drop IbcCOnnection then connect to database EMPLOYEE.GDB
3. Drop IbcQuery, enter query
SELECT * FROM customer
4. Change IbcQuery1.Options BooleanDomainFields and DefaultValues to true
5. IbcQuery->Field Editor -> Add all fields
6. ERROR : List index out of bounds (-1) ...

I've done the same thing with version 3.00.15 , and all OK.
Please fix it.

PS : Deplhi 7/Delphi XE, Windows XP XP3

Posted: Mon 18 Oct 2010 09:02
by AndreyZ
Hello,

Thank you for information. We have reproduced the problem. The investigation of the problem is in progress. As soon as we solve the problem we will let you know.

Posted: Mon 25 Oct 2010 15:30
by Dimon
We have fixed this problem. This fix will be included in the next IBDAC build.

Posted: Tue 26 Oct 2010 14:50
by bicman
Hallo,
the same problem is in IBCTable.

Posted: Wed 27 Oct 2010 09:03
by AndreyZ
We fixed this problem for both components: TIBCQuery and TIBCTable.