IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
AsterixBT
Posts: 11
Joined: Fri 17 Mar 2017 09:50

IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Post by AsterixBT » Wed 09 Dec 2020 09:59

Hello,

in IBDAC Version 7.3.2 with Delphi 10.4.1 Sydney is a new error: Incorrect values within SQLDA structure

In IBDAC Version 7.1.3 with Delphi 10.3.3 Rio it works fine.

In Unit IBCClasses.pas the result of variable RES = 0 in Version 7.1.3
and
in the new IBDAC-Version 7.3.2 the result of RES = 335544569

To reproduce the error:
Take a TIBCStoredProc
Take on Database Procedure with a Inputparameter of TYPE INTEGER
Example:
CREATE PROCEDURE MYPROCEDURE(
MYID INTEGER)
AS
DECLARE S1 VARCHAR(10);
BEGIN
S1 = 'Say Hello';
END

IB_StoredProc1.StoredProcName := 'MYPROCEDURE';
IB_StoredProc1.prepare;
IB_StoredProc1.ParamByName('MYID').AsString := '2';
IB_StoredProc1.Execute;

I hope, the error will be find fast, because we Update Delphi, Komponents an our custom projects and now our customer are waiting.

Thanks for a quick help
Gerd (from Germany)

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Post by oleg0k » Thu 10 Dec 2020 11:45

Hello,
Thank you for the information. We've reproduced the issue and are currently working to resolve it. We'll keep you updated on the progress.

wbr, Oleg
Devart Team

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Post by oleg0k » Sat 17 Apr 2021 19:44

Hello,
We've fixed the issue. The change will be included in the next release. If you urgently need the fix, we can send you the nightly build. If so, please send us your IBDAC license number, using the form: https://devart.com/company/contactform.html

wbr, Oleg
Devart Team

AsterixBT
Posts: 11
Joined: Fri 17 Mar 2017 09:50

Re: IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Post by AsterixBT » Tue 20 Apr 2021 11:26

Hello,

Thank you for the good news.
When will the new version of IBDAC and UniDAC be released, since I have both licensed packages installed and there are version conflicts when I update only IBDAC?
If it is still this week, then I can wait.

Best regards from Germany

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

Re: IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Post by ViktorV » Wed 21 Apr 2021 15:27

Hi Gerd,

Sorry for the confusion in previous post reply.
Please note that the fix was already included into last build IBDAC 7.4.3 available for download from April 6th 2021.
All of the DAC products are based on the same core codebase, therefore, compatible versions of data access components should be installed in the same IDE, as indicated on the Compatibility pages, e.g. (https://www.devart.com/mydac/compatibility.html).
As a result, we advise you while updating one of DAC products you need to update all other DAC products used for this IDE.

Kind regards,
Viktor

AsterixBT
Posts: 11
Joined: Fri 17 Mar 2017 09:50

Re: IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Post by AsterixBT » Thu 22 Apr 2021 05:27

Hello,

unfortunately the bug persists in IBDAC version 7.4.3 dated 6 April 2021.

My last answers already referred to this version 7.4.3.
Now I just checked it again.
The transaction error is still present with my example sent to them.
I need a solution here urgently.
Thank you very much.

Best regards from Germany

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

Re: IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Post by ViktorV » Thu 22 Apr 2021 16:03

Kindly note that our reply on forum was related to "Incorrect values within SQLDA structure".
Please be informed that the issue related to “invalid transaction handling” is currently being at work by our team. Once we have the resolution, we will immediately let you know.

Best regards,
Viktor

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

Re: IBDAC Version 7.3.2 - Incorrect values within SQLDA structure

Post by ViktorV » Fri 16 Jul 2021 14:13

Hi there!

Hope you are doing fine!
Kindly be informed that this bug has been fixed.
The fix was also implemented in the current release IBDAC 7.4.4, which is already available for download!
Let us know if there are any questions.

Regards,
Viktor

Post Reply