Advanced.Data.Provider Documentation | |
AdpConnection.ChangeDatabase Method
[This is preliminary documentation and subject to change.]
Changes the current database for an open AdpConnection.
[Visual Basic]NotOverridable Public Sub ChangeDatabase( _
ByVal
databaseName As
String _
) Implements _
IDbConnection.ChangeDatabase
[C#]public
void ChangeDatabase(
string databaseName);
Parameters
- databaseName
- The name of the database to use in place of the current database.
Implements
IDbConnection.ChangeDatabase
See Also
AdpConnection Class | Advanced.Data.Provider Namespace