Vertaling van "cursor-name" 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.
cursor-name column-num start-offset sqlda-name | hostvar, ...
Cursorname Spaltennummer Start-Offset SQLDA-Name | Hostvariable , ...
update-table, ... set-item, ... cursor-name
Aktualisierungstabelle , ... Mengenelement , ... Cursorname
cursor-name: identifier or hostvar
To execute statements following a SELECT, use the RESUME cursor-name statement.
Verwenden Sie zur Ausführung von Anweisungen nach dem SELECT die Anweisung RESUME Cursorname.
For example, in embedded SQL the value could be obtained using FETCH ABSOLUTE -1 cursor-name.
Beispiel: In Embedded SQL kann der Wert mit FETCH ABSOLUTE -1 Cursorname ermittelt werden.
For example, in embedded SQL the value could be obtained using FETCH ABSOLUTE -1 cursor-name.
Beispiel: In Embedded SQL kann der Wert mit FETCH ABSOLUTE -1 Cursorname erhalten werden.
The CURSOR cursor-name clause on the DESCRIBE statement is required.
Die Klausel CURSOR Cursorname in der DESCRIBE-Anweisung ist erforderlich.
To process an UPDATE or DELETE statement that requires a table scan, the remote data source must support the ability to perform a positioned UPDATE or DELETE (WHERE CURRENT OF cursor-name).
Um eine UPDATE- oder DELETE-Anweisung auszuführen, für die das Durchsuchen einer Tabelle erforderlich ist, muss die entfernte Datenquelle ein positionsbasiertes UPDATE oder DELETE (WHERE CURRENT OF Cursorname) unterstützen.
Any isolation level 1 cursor stability locks still apply to the cursor while the CLOSE cursor-name database request is queued.
Any isolation level 1 cursor stability locks still apply to the cursor while the CLOSE cursor-name database request is queued.
Note that in rare circumstances, canceling the next request after the CLOSE cursor-name database request can leave the cursor in a state where it seems to be closed on the client side, but is not actually closed on the server side.
Beachten Sie, dass in seltenen Fällen ein Abbruch der nächsten Anforderung nach einer Datenbankanfrage "CLOSE Cursorname" dazu führen kann, dass der Cursor in einem Zustand verbleibt, der vom Client als geschlossen betrachtet wird, obwohl er serverseitig noch nicht wirklich geschlossen ist.
Causes the CLOSE cursor-name database request to be queued, and then sent to the server with the next database request when this parameter is enabled.
Causes the CLOSE cursor-name database request to be queued, and then sent to the server with the next database request when this parameter is enabled.