gpt4 book ai didi

sql-server-ce - 如果基础游标不可滚动,则 SQL Server Compact 不支持对 HasRows 属性的调用。”

转载 作者:行者123 更新时间:2023-12-04 22:35:31 25 4
gpt4 key购买 nike

这实际上意味着什么?

我正在逐步执行一些代码,当我在 vs2010 的本地窗口下查看数据读取器的属性时,DR.HasRows 显示错误:

HasRows '(DR).HasRows' threw an exception of   type 'System.InvalidOperationException'  bool {System.InvalidOperationException}

base {"SQL Server Compact does not support calls to HasRows property if the underlying cursor is not scrollable."} System.SystemException {System.InvalidOperationException}

什么是游标以及如何使其可滚动? :)

最佳答案

我之前遇到过这个错误,这是解决方案:

bool hasRow = DR.Read();
if(hasRow)
{
//TODO
}

关于sql-server-ce - 如果基础游标不可滚动,则 SQL Server Compact 不支持对 HasRows 属性的调用。”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7599994/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com