form1.ADOQuery1.Close;
  form1.ADOQuery1.SQL.Clear;
  form1.ADOQuery1.SQL.Add('select * from peijian where 类型='塑件' ');
  form1.ADOQuery1.Open;不能执行....出错信息是Illege character in input file:'塑'我要怎么写才能执行呢?