So wie es aussieht Fehler kommt aus ZDbcMySqlStatement.pas
Delphi-Quellcode:
function TZMySQLEmulatedPreparedStatement.PrepareSQLParam(ParamIndex: Integer): string;
...
if InParamCount <= ParamIndex then
raise EZSQLException.Create(SInvalidInputParameterCount);
...
Prüfe mal ParamIndex und InParamCount