查看 DataReader 中的更新

发布于 2024-10-27 03:13:18 字数 153 浏览 1 评论 0原文

有没有办法使用 DataReader 查看其他用户在表中完成的更新?

例如:在我的 DataReader 中,我位于第 10 行。另一位用户更新了第 11 行。当我执行 myReader.Read() 时,我看到旧值。有没有办法看到新值?

新行也有同样的问题。

Is there a way to see the updates done by other users in a table using a DataReader ?

For example : in my DataReader, I am on the 10th row. Another user updates the 11th row. When I do myReader.Read(), I am seeing the old values. Is there a way to see the new values ?

Same question with new rows.

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

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

发布评论

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

评论(1

橘虞初梦 2024-11-03 03:13:18

可能会在 TransIsolation=DirtyReads 中看到它们,但即便如此,它也是不确定的。

确定获取新数据的唯一方法是重新查询

You might see them with TransIsolation=DirtyReads, but even then it is uncertain.

The only way to get new data for sure is to re-query

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