Re-register geodatabase

821
0
09-23-2016 01:05 PM
JeremyKnaggs
New Contributor

I have a python script that creates a database tables that contain an st_geometry column...I use arcpy. RegisterWithGeodatabase_management() to register the table with a geodatabase. If changes are made to this table after it's been registered, how do i re-register the table?  (changes are not made using arcpy but normal sql commands or other python scripts which don't use arcpy) I thought there must be a way to "un-register" then "reregister" the table or something similar... Any ideas?

0 Kudos
0 Replies