Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 tableadapter 将记录插入到 MSSQL 表中,使用类似的东西: Dim da_mytable As New t_mytableTableAdapter da_mytable.Insert(xxxx,xxxx,xxxx)
SQL 表有一个标识字段,它也是该表的 PK。
插入工作正常,但我的问题是如何返回插入时使用的 ID。
谢谢你。
此处描述的解决方案。
http://blogs.msdn.com/smartclientdata/archive/2005/10/31/ReturnIdentityValueQuery.aspx