请问一下,用ADO如何处理多表的修改?哪一种速度最快?
比如我的SQL语句是修改
select a.order_no,cust_no, a.Mtr_No, a.product_name, a.Product_size, a.CaseEnd ,a.No_Produce_Amount,a.No_Produce_Weight,
b.cust_Name,b.send_Amount,b.Send_Weight,b.NO_Num,b.NO_Wei
from t_OrderDetail1 a, VT_orderNOSendNum b where a.order_No=b.Order_No 
and deliv_date >'2005/05/01'
我用ADO连接的,为什么总是提交不了。