Is there an ability to script creating a connection to a database, dynamically each time the script runs? I am finding at 10 that my .odc files are getting corrupted (only on Server 2008 R2), so I need to recreate them often, so it would be nice to have a similar capability where I can just script the connection each and every time, then allow it to live only within the time that the script is running, then kill it once the script ends. Ideally, scriptable via python. Can we do this today?