DBCLOSE
9.0, PLBCMP GUI or PLBLinux Only
The DBCLOSE instruction closes a DATABASE statement. The instruction uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
dbstatement
Required. A DBSTATEMENT variable that is closed.
Flags Affected: none
Note the following:
The statement is closed for the specified variable.
If the statement is not open, no action occurs.
See Also: Example Code, SQL Instructions
![]() |