有几种方法能实现取得最新ID
方法一
rs.addnew rs(...)=... rs.update newid=rs("id") rs.close set rs=nothing
方法二
select @@identity from tablename