I have a script that copies multiple tables from an ODBC connection to a geodatabase and then uses some other tables from the same connection to update a feature class within the same geodatabase.
I know that for SDE connections you can create a connection file so that you can reference a particular file location for your connection. Helpful so that other uses who might not have the connection set up in their own ArcCatalog. Is there a way to do this with ODBC connections as well? I am trying to get these scripts set up so that anyone in my organization can run them.