Hello all,
I have a inherited an old standalone python script that I'm trying to update, and it has the following line...
sde_prcls = r"Database Connections\prod.sde\GISSDE.GISDO.parcels"
What the heck is the start of that path, "Database Connections" referring to? The SDE connection files are stored within project folders and user data, but nothing explicitly labeled "Database Connections", as far as I can tell.
The script runs correctly, and I'm all about "if it ain't broke...", but I'd be curious as to what exactly is going on here, and whether it is something that ought to be replaced following best practices.
Thanks in advance