Tagged Questions
3
votes
2answers
227 views
Why does ArcMap connect to a Personal Geodatabase (PGDB) even when no feature classes (or tables?) are referenced in the MXD?
I have an odd question from a user in the same goverment that I work for.
When he opens a .MXD-project in ArcMAP a Personal Geodatabase also opens that is not part of the project and does not have ...
2
votes
4answers
440 views
How to distinguish between File and Personal Geodb workspace?
I am looking for a way - given an IWorkspace object - to check if it was created from a Personal-GDB or a File-GDB. I tried using IWorkspace.WorkspaceFactory to check if it's an instance of e.g. ...