IBDAC - Firebird 3 Boolean Field

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wesleybobato
Posts: 19
Joined: Thu 13 Feb 2014 12:28

IBDAC - Firebird 3 Boolean Field

Post by wesleybobato » Mon 22 Jun 2015 22:02

Hello support.
I would like to inform that the new version has problems with firebird 3 with boolean fields.

303 error convert string = '0';

:(

If you have any solution, please send me
[email protected]

Thanks for listening.

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

Re: IBDAC - Firebird 3 Boolean Field

Post by ViktorV » Tue 23 Jun 2015 09:10

Please make sure you are using the latest IBDAC version 5.5.15. If it doesn't help solve the issue, please send a small sample to demonstrate the issue to us, including scripts for creating database objects.

wesleybobato
Posts: 19
Joined: Thu 13 Feb 2014 12:28

Re: IBDAC - Firebird 3 Boolean Field

Post by wesleybobato » Thu 25 Jun 2015 14:28

Hello Support.
Error With 5.5.15
Simulating I'm just here without my computer.

Please Create a table with Firebird 3

Create table FIREBIRD_3
CREATE COLUMN ACTIVE DATATYPE = BOOLEAN

OK.

ADD A TIBcQuery or TIBCLOADER
INSERT INTO FIREBIRD_3 (ACTIVE) VALUES (: ACTIVE)
FIELD [0] .AsBoolean: = True; // Here Generates Error !!!
post; // Error Here.

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

Re: IBDAC - Firebird 3 Boolean Field

Post by ViktorV » Fri 26 Jun 2015 10:10

Thank you for the information. We have reproduced and fixed the issue. The fix will be included in the next IBDAC build, that is planned to be released next week.

wesleybobato
Posts: 19
Joined: Thu 13 Feb 2014 12:28

Re: IBDAC - Firebird 3 Boolean Field

Post by wesleybobato » Fri 03 Jul 2015 17:12

Hello Support
Thank you for the correction.

I look forward to ReportBuilder Support 16:02
Much like the Update Report Builder in my Project.

Have a Wonderful Weekend.

Thank You Again.

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

Re: IBDAC - Firebird 3 Boolean Field

Post by ViktorV » Mon 06 Jul 2015 08:51

Thank you for your interest to our product.
We will inform you as soon as we add support for Report Builder 16.02 in IBDAC.

Post Reply