---------------------------
Debugger Exception Notification
---------------------------
Project Project2.exe raised exception class EConvertError with message ''12121.121' is not a valid integer value'. Process stopped. Use Step or Run to continue.
---------------------------
OK   Help   
---------------------------procedure TForm1.Button1Click(Sender: TObject);
begin
          adotable1.Close;
          adotable1.Open;
          adotable1.Append;
          adotable1.FieldByName('个人).AsInteger:=strtoint(edit1.Text);
          adotable1.Post;
          refresh();
          showmessage('成功');
end;