Changing the Database for an Open Connection
[ Team LiB ] Recipe 1.18 Changing the Database for an Open Connection Problem You want to change the database that a connection uses without recreating the connection. Solution Use the ChangeDatabase( ) method to change the database for a connection.