Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Changes the current database for an open connection.
Public Overrides Sub ChangeDatabase(ByVal connectionString As String)
public override void ChangeDatabase(string connectionString)
connectionString A complete connection string to open the connection to a new database.
The connection to the current database is closed even if there are parameter errors.
UL Ext:connectionString is a full connection string, not a dbn or dbf value.