Vertaling van "innerproc" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
This is just as if there were no error handling code in InnerProc.
This is just as if there were no error handling code in InnerProc.
Drop the InnerProc procedure by executing the following statement
In this case, additional code handles the column not found error in the InnerProc procedure.
In diesem Fall verarbeitet zusätzlicher Programmcode den Fehler Spalte nicht gefunden in der Prozedur InnerProc.
In this example, additional code handles the error about the column that cannot be found in the InnerProc procedure.
In diesem Beispiel verarbeitet zusätzlicher Code den Fehler in der InnerProc-Prozedur bezüglich der Spalte, die nicht gefunden werden kann.
The SIGNAL statement generates an error condition from within the InnerProc procedure.
InnerProc immediately passes control back to the calling environment, which in this case is the procedure OuterProc.
InnerProc gibt die Kontrolle sofort an die aufrufende Umgebung zurück, die in diesem Fall die Prozedur OuterProc ist.
None of the statements following the SIGNAL statement in InnerProc execute
Execution of the second MESSAGE statement in InnerProc resets the warning.
Das Ausführen der zweiten MESSAGE-Anweisung in InnerProc setzt die Warnung zurück.
The DECLARE statement in InnerProc declares a symbolic name for one of the predefined SQLSTATE values associated with error conditions already known to the server.
Die DECLARE-Anweisung in InnerProc deklariert einen symbolischen Namen für einen der vordefinierten SQLSTATE-Werte, die den dem Server bereits bekannten Fehlerbedingungen zugeordnet sind.
The following demonstration procedures show what happens when an application calls the procedure OuterProc; and OuterProc in turn calls the procedure InnerProc, which then encounters an error.
Die folgende Demo-Prozedur zeigt, was passiert, wenn eine Anwendung die Prozedur OuterProc aufruft, OuterProc wiederum die Prozedur InnerProc aufruft, und diese dann auf einen Fehler trifft.
In InnerProc, the SIGNAL statement signals an error.
If the error handling code for the column not found exception is simply a RESIGNAL statement, control passes back to the OuterProc procedure with SQLSTATE still set at the value 52003. This is just as if there were no error handling code in InnerProc.
Wenn der Code für die Fehlerbehandlung bei Spalte nicht gefunden einfach eine RESIGNAL-Anweisung ist, wird die Kontrolle an die Prozedur OuterProc zurückgegeben, wobei der SQLSTATE immer noch auf den Wert 52003 gesetzt ist. Dies ist genau so, als wäre in InnerProc kein Fehlerbehandlungscode vorhanden.