要求されたページは選択されたバージョンでは利用できない。
disconnect database
Description
Close a database connection.
Arguments
name
Name of the database connection (previously established with the connect database action.)
Notes
- Note that it is permissible for your test to be connected to more than one database concurrently. In order to switch to using a different database, it is not necessary to disconnect from the current one.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.
Applicable Built-In Settings
The following settings are applicable to this action: remove double quotes from cell.
Applicable Controls
This action is applicable to the following controls: none.
Example:
The following example illustrates the process of a test connecting to, using, and then disconnecting from a database. Use the action disconnect database once you no longer require access to the database.
Action Lines
Result
Related concepts