What is the main difference between OID and FID in ESRI software?
|
OBJECTID, OID and FID refer to an unique identifier of an object within a table. FID is the name primarily used in shapefiles (OID for plain DBF tables), and OBJECTID is at home in geodatabases (for both object classes and feature classes). |
||||
|
|
|
They mean the same thing except that FID applies only to feature classes while OID (object ID) applies to object classes, which includes feature classes and tables. |
|||
|
|
|
You can get both in one dataset by using tools that export/import/re-create (a process that creates a new one) your files. You will notice an asterisk * next to one of them (usually first in attribute list) when viewing in the attribute table. The other can be deleted (unless you use it for something else). There is only ever one internal ID field in use on any feature table. Here are some Help 10 links. |
|||
|
|
