Dynamic SQL Error Input parameter mismatch in 7.1.3

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

Dynamic SQL Error Input parameter mismatch in 7.1.3

Post by FredS » Tue 19 Sep 2017 21:14

No issues in 7.0.2.
The Stored Procedure is called from within a thread.
FB3 both Berlin and Tokyo.

Code: Select all

Call stack:
UniDAC::ExecProc::DELETEPRIORFETCHDATA ($1998):
015aa505 PA.exe IBCClassesUni   1714 +10 TGDSConnection.IBCError
015b1d80 PA.exe IBCClassesUni   3588  +2 TGDSCommand.Check
015b599d PA.exe IBCClassesUni   4819 +14 TGDSCommand.Prepare
015b5364 PA.exe IBCClassesUni   4756 +71 TGDSCommand.CreateProcCall
01561852 PA.exe DBAccess       14630  +9 TCustomDASQL.InternalCreateProcCall
01583e62 PA.exe Uni             2936  +5 TUniSQL.InternalCreateProcCall
01543454 PA.exe DBAccess        4429  +3 TCustomDAConnection.ExecProc
01580faa PA.exe Uni             1806  +2 TUniConnection.ExecProc
016f0799 PA.exe Uni.DacDfx       582  +3 TUniConnection.ExecProc
016f0d23 PA.exe Uni.DacDfx       657 +36 TUniConnection.ExecProcAsync$ActRec.$0$Body

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

Re: Dynamic SQL Error Input parameter mismatch in 7.1.3

Post by ViktorV » Wed 20 Sep 2017 13:52

Thank you for the information. We have reproduced the problem and it will be fixed in the next build.
We can send you a UniDAC night build including the fix. Please provide your license number and IDE version to viktorv*devart*com and we will send you a night build.

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

Re: Dynamic SQL Error Input parameter mismatch in 7.1.3

Post by ViktorV » Fri 29 Sep 2017 13:56

The new UniDAC 7.1.4 with a fix for this issue is already available for download now.

Post Reply