Select to view content in your preferred language

Comparing Geodatabase Schema using python

3277
2
04-02-2013 11:36 PM
manleechowdhury
Deactivated User
Hi,

Can anybody help me with some suggestions as to how to compare schema of two geodatabases through python scripting? What would be the simplest way to approach for this comparison using python code?
Tags (2)
0 Kudos
2 Replies
ganeshnarim
Emerging Contributor
Hi,

Can anybody help me with some suggestions as to how to compare schema of two geodatabases through python scripting? What would be the simplest way to approach for this comparison using python code?


Hi,

Did u check here...http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00270000003w000000.htm
0 Kudos
JakeSkinner
Esri Esteemed Contributor
Hi Manlee,

You can use the Feature Compare tool to compare feature classes.  There is an option to compare only the schemas.  You could script it so that you iterate through each feature class in each geodatabase.
0 Kudos