Page 1 of 1

Not found field corresponding parameter

Posted: Thu 14 Jul 2016 19:30
by MNosouhi
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

Re: Not found field corresponding parameter

Posted: Fri 15 Jul 2016 07:19
by ViktorV
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.