用vb怎样在一个access的表中加入一个ID字段,让它自动对其中的记录进行编号?
identity(1,1)没有在access试过.sql server可行.
alter table tb_name add id int identity(1,1)