代码如下:L
s:='test';
 ClientDataSet1.Close;
 ClientDataSet1.CommandText:='insert into animals (name)values ('''+s+''')';
 ClientDataSet1.Open;为什么呀?