Not found field corresponding parameter

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MNosouhi
Posts: 12
Joined: Wed 13 Feb 2008 03:53

Not found field corresponding parameter

Post by MNosouhi » Thu 14 Jul 2016 19:30

hi
I get this error when I edit Data :
"Not found field corresponding parameter M_FK_CodingPayBenefit"

Table Structure :
[MId] [numeric](9, 0) IDENTITY(1,1) NOT NULL,
[MSood] [numeric](18, 4) NULL,
[M_FK_CodingPayBenefit] [nvarchar](80) NULL,
[MIsActive] [bit] NULL
View :
SELECT MId, MSood, M_FK_CodingPayBenefit AS S_FK_CodingPayBenefit, MIsActive
FROM dbo.TableTest

delphi 2010
windows 7
sdac ver : 6.6.11

please help me
delphi sample+sql script:
http://www.uploadfile.org/user_uploads/ ... sample.rar
thanks

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

Re: Not found field corresponding parameter

Post by ViktorV » Fri 15 Jul 2016 07:19

Unfortunately, we can't reproduce this problem on latest versions of SDAC 7.3.13. Please download the latest SDAC version 7.3.13 and check whether the problem repeats.

Post Reply