DBCLOSE


9.0, PLBCMP GUI or PLBLinux Only

 

The DBCLOSE instruction closes a DATABASE statement. The instruction uses the following format:

 

 

[label]

DBCLOSE

{dbstatement}

 

Where:

label

Optional. A Program Execution Label.

dbstatement

Required. A DBSTATEMENT variable that is closed.

Flags Affected: none

Note the following:

  1. The statement is closed for the specified variable.

  2. If the statement is not open, no action occurs.

 

 

See Also: Example Code, SQL Instructions

 



PL/B Language Reference DBCLEAR DBCONNECT