Cursors created against versioned data return invalid output or return exceptions when using a QueryFilter in the creation of the cursor that implements IQueryFilterDefinition2.PrefixClause when the recycling of the cursor is set to false and the workspace for the table or feature is edited.
上次发布: December 1, 2014ArcGIS Engine
漏洞 ID 编号
BUG-000082999
已提交
November 4, 2014
上次修改时间
June 5, 2024
适用范围
ArcGIS Engine
找到的版本
10.2.2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is not a supportable workflow.
解决办法
1) Set the recycling of the cursor to True.2) Unregister the data as versioned.3) Use a Query Cursor or the IDataStatistics class to retrieve the distinct values.