5
votes
1answer
88 views

How much database bloat is reasonable?

I use personal geodatabases to hold all the data for my projects (probably around 10-20 feature classes across 2-4 datasets on average). I use the personal gdb because I like being able to hook into ...
3
votes
1answer
122 views

Append feature layer from one personal geodatabase to another using .Net

I currently have a client that still uses personal geodatabases (Access files). I currently have to open up ArcCatalog and manually append any FeatureLayers that are contained in the original personal ...
2
votes
2answers
173 views

Problem Coordinate Tolerances , when i export my .shp files to .mdb

When i was export my shape file to PGDB using ArcMap software result will not come original database, i am not aware how to solve this problem.
10
votes
2answers
465 views

Are personal geodatabases better suited for quickly querying indexed attributes than file geodatabases?

I'm preparing data for an ArcEngine application that queries the data to search for an address. Sometimes we search just on the street name field, just on the house number field, or both. When using ...
2
votes
4answers
441 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. ...
3
votes
2answers
236 views

Failure to Delete Vector File from Personal Geodatabase - ArcGIS 9.3

I have a personal geodatabase - based on an MS Access .mdb file - from which I cannot delete an old feature class. The tables relating to the feature class have been deleted from the .mdb, but the ...