dim rs as new recordsetrs.addnew
rs.id=GUID (这个地方怎么生成?)
rs.a=1
rs.b=2
rs.updata如果用 insert into t(id,a,b) values (newid(),1,2) '这样无法更新 rs,如何解决?谢谢~