Search found 1 match

by ivk
17.04.2006, 15:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Unsupported operation
Replies: 2
Views: 1063

Unsupported operation

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;