Vertaling van "of the sqlca" 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.
Most of the time, checking the sqlcode field of the SQLCA (SQLCODE) directly is the easiest way to check error conditions.
Meistens ist es am einfachsten, das sqlcode-Feld des SQLCA (SQLCODE) direkt zu überprüfen, um Fehlerzustände zu prüfen.
After successful execution of the OPEN statement, the sqlerrd field of the SQLCA (SQLIOESTIMATE) is filled in with an estimate of the number of input/output operations required to fetch all rows of the query.
Nach der erfolgreichen Ausführung der OPEN-Anweisung wird das Feld sqlerrd des SQLCA (SQLIOESTIMATE) mit einer geschätzten Anzahl der Eingabe/Ausgabevorgänge gefüllt, die notwendig sind, um alle Zeilen der Abfrage abzurufen.
Embedded SQL usage: After successful execution of the OPEN statement, the sqlerrd field of the SQLCA (SQLIOESTIMATE) is filled in with an estimate of the number of input/output operations required to fetch all rows of the query.
Verwendung in Embedded SQL: Nach der erfolgreichen Ausführung der OPEN-Anweisung wird das Feld sqlerrd des SQLCA (SQLIOESTIMATE) mit einer geschätzten Anzahl der Eingabe/Ausgabevorgänge gefüllt, die notwendig sind, um alle Zeilen der Abfrage abzurufen.
After successful execution of an INSERT, UPDATE or DELETE statement, the sqlerrd field of the SQLCA (SQLCOUNT) is filled in with the number of rows affected by the operation.
Nach der erfolgreichen Ausführung einer INSERT-, UPDATE- oder DELETE-Anweisung wird das Feld sqlerrd des SQLCA (SQLCOUNT) mit der Anzahl der von diesem Vorgang betroffenen Zeilen ausgefüllt.
Otherwise, the SQLCOUNT field of the sqlca is set to the database page size.
Andernfalls wird das Feld SQLCOUNT von sqlca mit der Größe der Datenbankseiten belegt.
The name for the old transaction file is returned in the sqlerrmc field of the SQLCA.
Der Name der alten Transaktiondatei wird im Feld sqlerrmc des SQLCA-Bereichs zurückgegeben.
A long integer that contains the length in bytes of the SQLCA structure.
sqlcabc A long integer that contains the length of the SQLCA structure (136 bytes).
Many embedded SQL statements require variables (invisible to the programmer), which are declared by the SQL preprocessor at the position of the SQLCA include statement.
Viele Embedded SQL-Anweisungen erfordern Variablen (für den Programmierer nicht sichtbar), die vom SQL-Präprozessor an der Position der SQLCA-Anweisung INCLUDE deklariert werden.
Many embedded SQL statements require variables (invisible to the programmer), which are declared by the SQL preprocessor at the position of the SQLCA include statement.
Viele Embedded SQL-Anweisungen erfordern Variable (für den Programmierer nicht sichtbar), die vom SQL-Präprozessor an der Position der SQLCA-Anweisung INCLUDE deklariert werden.
The total length of the data is returned in the SQLCOUNT field of the SQLCA structure.
An 8-byte character field that contains the string as an identification of the SQLCA structure.
Ein 8-Byte-Zeichenfeld, das die Zeichenfolge zur Identifizierung der SQLCA-Struktur enthält.
Definitions for ANSI/ISO SQL standard error states returned in the sqlstate field of the SQLCA.
Definitionen für ANSI/ISO SQL-Standardfehlerzustände, die im Feld sqlstate des SQLCA-Bereichs zurückgegeben werden