DBBREAK


8.0.4, PLBCMP GUI or PLBLinux Only

 

The DBBREAK instruction halts an executing query. The instruction uses the following format:

 

 

[label]

DBBREAK

{db}

 

Where:

label

Optional. A Program Execution Label.

db

Required. A DBFILE or DBSTATEMENT variable defining the database associated with the connection.

Flags Affected: none

Note the following:

  1. Under Windows, the execution of this instruction reinitializes the database server.

 

 

See Also: Example Code, DBEXECUTE, SQL Instructions

 



PL/B Language Reference SQLite DBCLEAR