laptop and a wrench

漏洞

The ISQLSyntax:: qualifyFieldName method’s ConnectedUser parameter returns incorrect value causing the OpenTable method to fail with the error, "DBMS Table Not found" in version 10.2.2.

上次发布: November 11, 2015 ArcObjects SDK
漏洞 ID 编号 BUG-000091882
已提交November 2, 2015
上次修改时间June 5, 2024
适用范围ArcObjects SDK
找到的版本10.2.2
操作系统Windows OS
操作系统版本7.0 64 Bit
状态Will Not Be Addressed

附加信息

This is not a bug; Ensure the table with the qualified table name actually exists in the database before attempting to open it. Please re-examine the documentation on the IFeatureWorkspace::openTable method.

解决办法

Passing the name of the ConnectedUser as a literal string opens the table. For example:string x = sqlsyn.QualifyTableName(db4.ConnectedDatabase, “ConnectedUserName”, "Name Of Table");ITable tab = ((IFeatureWorkspace)workspace).OpenTable(x);

重现步骤

漏洞 ID: BUG-000091882

软件:

  • ArcObjects SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项