ADOQuery.sql.clear;
ADOQuery.sql.add('insert into aa (bb) values('''+edit1.text''')');
再执行怎么会出错的?