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 SAConnection.
Public Overrides Sub ChangeDatabase(ByVal database As String)
public override void ChangeDatabase(string database)
database The name of the database to use instead of the current database.