IbDAC 3.5.017 bug in retrieving fields

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
seberaya
Posts: 5
Joined: Sat 17 Oct 2009 14:11
Location: brastagi

IbDAC 3.5.017 bug in retrieving fields

Post by seberaya » Thu 14 Oct 2010 14:53

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

AndreyZ

Post by AndreyZ » Mon 18 Oct 2010 09:02

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 25 Oct 2010 15:30

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

bicman
Posts: 2
Joined: Tue 26 Oct 2010 14:39

Post by bicman » Tue 26 Oct 2010 14:50

Hallo,
the same problem is in IBCTable.

AndreyZ

Post by AndreyZ » Wed 27 Oct 2010 09:03

We fixed this problem for both components: TIBCQuery and TIBCTable.

Post Reply