我在数据表中已经插入了,数据(ExecSQL)
可刷新时,
Form1.Query1.Close();
Form1.Query1.Prepare();
Form1.Query1.Open();
告诉我向表中不能插入重复数据,
为什么?