获取Access中最后插入的记录的ID
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取Access中最后插入的记录的ID相关的知识,希望对你有一定的参考价值。
Get the value of the autonumber field for the last record inserted into an Access database via the current connection.
SET rst = objConn.Execute("SELECT @@IDENTITY") id = rst(0)
以上是关于获取Access中最后插入的记录的ID的主要内容,如果未能解决你的问题,请参考以下文章
获取最后插入记录的 ID - Access DAO、ODBC、SQL Server 2008 身份字段