http://www.foxtable.com/help/topics/0421.htm
http://www.foxtable.com/help/topics/0560.htmhttp://www.foxtable.com/help/topics/1981.htm
例如:
Dim dr As DataRowdr = DataTables("订单").AddNew()dr("日期") = Date.Today '将新增行的日期设为当天日期dr.Save() '保存此行