Numéro d’ID de bogue |
BUG-000091882 |
Envoi | November 2, 2015 |
Dernière modification | June 5, 2024 |
S’applique à | ArcObjects SDK |
Version trouvée | 10.2.2 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 7.0 64 Bit |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
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);
Étapes pour reproduire
ID de bogue: BUG-000091882
Logiciel: