laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: November 11, 2015 ArcObjects SDK
Bug-ID-Nummer BUG-000091882
EingereichtNovember 2, 2015
Zuletzt geändertJune 5, 2024
Gilt fürArcObjects SDK
Gefunden in Version10.2.2
BetriebssystemWindows OS
Betriebssystemversion7.0 64 Bit
StatusWill Not Be Addressed

Zusätzliche Informationen

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.

Workaround

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);

Schritte zur Reproduzierung

Bug-ID: BUG-000091882

Software:

  • ArcObjects SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln