An executable statement where a variable is assigned a value.
Generally the instruction pointer points to the next executable statement.
The breakpoint is set on the first executable statement in the procedure.
To diagnose the bug in the procedure, set breakpoints in the procedure, beginning with the first executable statement.
Beobachten Sie dabei die Werte der Variablen. Hier setzen Sie einen Breakpoint bei der ersten ausführbaren Anweisung in der Prozedur.
(Optional) In the executable part of the procedure, either delete NULL or replace it with an executable statement.
The first embedded SQL executable statement in the program must be a SQL CONNECT statement.
The first embedded SQL executable statement in the program must be a SQL CONNECT statement.
The breakpoint is set on the first executable statement in the procedure.
Weitere Ergebnisse
A sequence of one or more consecutive executable statements containing no branches.
Eine Folge von einer oder mehreren aufeinanderfolgenden Anweisungen, welche keine Verzweigungen enthalten.
A set of executable statements that retrieve specific objects.
Replace the comments with executable statements.
Breakpoints can be set on all executable statements and on "Screen" commands, but not on empty lines or on comment lines.
Breakpoints können auf jeden ausführbaren Ausdruck sowie auf screen-Anweisungen gesetzt werden aber nicht auf leere Zeilen oder Kommentar-Zeilen.
DECLARE CURSOR statements in Transact-SQL procedures are treated as executable statements and can appear anywhere in a procedure.