检索sql server中新插入的行的值

发布于 2024-12-05 13:36:51 字数 223 浏览 1 评论 0原文

我正在开发 Android 应用程序。在我的应用程序中,我使用了sql server2008 R2。我在某些单击事件上将行插入 SQL Server 中。现在我想从新插入的行中获取第一列的值。该架构的第一列的值是自动生成的。我正在插入查询中插入第二列的值。我正在使用jdbc。在.net中实现此功能的方法是 ExecuteScalar()。但是在java中呢。我已经做了很多谷歌搜索,但没有找到任何东西。如果你有解决方案,请帮助我。

I am developing android application. In my application i have used sql server2008 R2. I am inserting the row in the sql server on some click event. Now i want to fetch the first column's value from the newly inserted row. The first column's value of that schema is auto generated.I am inserting the value from the second column in my insert query. I am using jdbc. In .net to achieve this functionality method ExecuteScalar() is der. But what in java. I have done lots of googling but haven't found any thing. Help me if you the solution.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱给你人给你 2024-12-12 13:36:51

根据请求将评论移至答案。

您可能会发现这个问题很有帮助。
如何在 JDBC 中获取插入 ID?

As per request to move comment to an answer.

You may find this question helpful.
How to get the insert ID in JDBC?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文