当前位置 : 主页 > 网络推广 > seo >

如何在MS-Access中检索最后一个自动增量值,如Sql Server中的@@ Identity

来源:互联网 收集:自由互联 发布时间:2021-06-16
我想从自动增量列中以ms访问方式检索标识列值. 基本上我在运行一个事务,我必须写两个插入查询.第二个查询将包含从查询1生成的自动增量值.我该怎么做? However, Microsoft Access 2000 or
我想从自动增量列中以ms访问方式检索标识列值.
基本上我在运行一个事务,我必须写两个插入查询.第二个查询将包含从查询1生成的自动增量值.我该怎么做?

However, Microsoft Access 2000 or later does support the @@IDENTITY property to retrieve the value of an Autonumber field after an INSERT

资料来源:Retrieving Identity or Autonumber Values

编辑:正如@ David-W-Fenton所述,您还需要使用Jet 4.0 OLE DB提供程序(这也在前一个文档中描述)

网友评论