i've got an Error in Line 833 in ZDbcAdoUtils when i Compile the ZDbc.dpk in Delphi 7.
Source (7.2.14) from: https://sourceforge.net/projects/zeosli ... 14-stable/
Code: Select all
if OLEDBParameters.GetParameterInfo(ParamCount{%H-}, PDBPARAMINFO(ParamInfo), NamesBuffer) = S_OK then
btw.
[Error] ZDbcAdoUtils.pas(833): Die Typen der tatsächlichen und formalen Var-Parameter müssen übereinstimmen
Can anybody help? I compare the Paramter-Types, but they seams to be right.