用strsql = "INSERT INTO TABLE (F1,F2,F3) VALUES (V10,V20,V30),(V11,V21,V31).....(V199,V299,V399)"CDatabase db,db.openex(..);
db.execute(strsql);这样你一次就插入100 条记录。而且不用CRecordset