用ADOQuery,设置好数据库连接后: ADOQuery.close;ADOQuery.sql.text:='insert ....into ......';ADOQuery.ExecSQL;
用SQL Insert。。into。。语句?