好像是记得用Tadocommnad是吗。如果是的话要用到其哪些属性。小弟先在此谢过了。

解决方案 »

  1.   

    Update Table1 Set Field1=b.Field1 
    from Table1 a,table2 b
    where a.Field2=b.Field2
      

  2.   

    sql 语句我会写。只不过不知道用什么实现。还是用adoquery 的sql 属性吗?
      

  3.   

    好像不行。出错了。提示信息如下:current provider does not suppport returnig multiple recordsets from a singe execution
    好像是说当前提供者不支持返回的多记录集来自一次执行.
    什么意思?难道是说不能用ado来实现吗?