begin

qry1.Close;

qry1.SQL.Clear;

qry1.SQL.Add('alter table ymjzglbh2 add jtdz char(10)');

qry1.ExecSQL;

//qry1.Open;

end;