Hi,
Is it possible to get geodatabase version (upgrade status) using ArcPy? Like showned in image anexed.
Thanks
Solved! Go to Solution.
That information is normally available in the Version table (DESCRIPTION field) in the database. So you can query that table using SQL or Python and get the geodatabase version.
this?
ListVersions—ArcGIS Pro | Documentation
Version—ArcGIS Pro | Documentation
Hi Dan,
Thank you for your answer, but it is not what I am looking for...
I need to programmatically discover the version of the geodatabase, for example 10.2 - please look the attachment in my post.
That information is normally available in the Version table (DESCRIPTION field) in the database. So you can query that table using SQL or Python and get the geodatabase version.
Exactly what i needed!
Thank you!!!