The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OleDbConnection::ChangeDatabase Method (String^)
.NET Framework (current version)
Changes the current database for an open OleDbConnection.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System::String^
The database name.
| Exception | Condition |
|---|---|
| ArgumentException | The database name is not valid. |
| InvalidOperationException | The connection is not open. |
| OleDbException | Cannot change the database. |
The value supplied in the database parameter must be a valid database name. The database parameter cannot contain a null value, an empty string, or a string with only blank characters.
The following example creates an OleDbConnection and displays some of its read-only properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: