Unsupported operation
Posted: 17.04.2006, 15:27
Hello,
MySql, Zeos 6.5.1.
With DataModule1.ZSP1 do Begin
Close;
Params[0].Name := 'param1';
Params[0].DataType:=ftInteger; <- Undeclareted
identifire: "ftInteger" WHAT IS THAT?????
Params[0].ParamType:=ptOutput;
Open;
MySql, Zeos 6.5.1.
With DataModule1.ZSP1 do Begin
Close;
Params[0].Name := 'param1';
Params[0].DataType:=ftInteger; <- Undeclareted
identifire: "ftInteger" WHAT IS THAT?????
Params[0].ParamType:=ptOutput;
Open;