Hello: Is it possible to dynamically edit the database connection string? I would like to be able to have a simple database table where the database name, username, and password to connect to the database are stored and can be dynamically change. For example, I may want to switch from the production to the test database. Thanks, McCree