Hi guys,
I want to get list of my database connections (see pic.) in Arcpy to display them in my tool dropdown list, i try next code:
workspaces = arcpy.ListWorkspaces("*", "SDE")
for workspace in workspaces:
print workspacebut it does not give any result. How can i do that?
Thank you
