I'm about ready to deploy an add-in but I'm not sure how to handle database connections. I know I can include files used by the add-in (ArcCatalog database connection file?) in the install directory for packaging when the add-in file is created, but how do i code the file location? I can include the path to the file that is used while developing, but won't that change when it's all packaged into the .esriaddin file? Also, "in_memory" doesn't work.
Thanks