VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / ChangeDatabase Method
Specifies the name of the database for the connection to use.


In This Topic
    ChangeDatabase Method
    In This Topic
    Changes the current database for an open connection. This method is not supported and should not be called.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub ChangeDatabase( _
       ByVal databaseName As System.String _
    ) 
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim databaseName As System.String
     
    instance.ChangeDatabase(databaseName)
    public override void ChangeDatabase( 
       System.string databaseName
    )

    Parameters

    databaseName
    Specifies the name of the database for the connection to use.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also