insert into A(a,b,c)values('a','b','c')select top 1 ID from A order by ID desc
上面是一种方法
insert into A(a,b,c)values('a','b','c')select @@IDENTITY
这中方法好象只适用MS SQL数据库 ACC里面我没试过,大家可以试一下