TID:=StrToInt(Label4.Caption);
sqlstr:='Update Type set TypeName='''+Edit3.Text+''' where TypeID='+TID+'';
TID 是integer类型的,总是报错[Error] TypeAdmin.pas(73): Incompatible types: 'String' and 'Integer',光标停留在TID处。
这是什么问题?求有经验的前辈解答一下。