a SQLDA structure
Add to list
Examples with "a SQLDA structure" and their translation 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 .
You can also use these types in a SQLDA structure for passing data to and from the database.
Sie können diese Datentypen auch in einer SQLDA-Struktur verwenden, um Daten mit der Datenbank auszutauschen.
You can also use these types in a SQLDA structure for passing data to and from the database.
Sie können diese Datentypen auch in einer SQLDA-Struktur verwenden, um Daten mit der Datenbank auszutauschen.
Andere resultaten
The SQLDA structure is then filled with buffers to hold strings that represent the results of the query.
Die SQLDA-Struktur wird dann mit Puffern gefüllt, die Zeichenfolgen enthalten, die wiederum für das Ergebnis der Abfrage stehen.
So, you can set up your own SQLDA structure and specify this SQLDA in the USING clause on the EXECUTE statement.
The embedded SQL DESCRIBE command is used to fill in the SQLDA structure the results of the SELECT statement.
Der Embedded SQL-Befehl DESCRIBE wird benutzt, um die Ergebnisse der SELECT-Anweisung in die SQLDA-Struktur zu schreiben.
So, you can set up your own SQLDA structure and specify this SQLDA in the USING clause on the EXECUTE command.
The print routine has changed significantly to print results from the SQLDA structure up to the width of the screen.
Die print-Routine ist leicht verändert, um Ergebnisse aus der SQLDA-Struktur bis zur vollen Bildschirmbreite auszugeben.
The embedded SQL DESCRIBE statement is used to fill in the SQLDA structure with the results of the SELECT statement.
Die Embedded SQL-Anweisung DESCRIBE wird benutzt, um die Ergebnisse der SELECT-Anweisung in die SQLDA-Struktur zu schreiben.
The fetch routine is slightly different: it puts the results into the SQLDA structure instead of into a list of host variables.
Die Routine fetch sieht etwas anders aus: Sie setzt die Ergebnisse in die SQLDA-Struktur und nicht in eine Liste von Hostvariablen.
sqldaid An 8-byte character field that contains the string SQLDA as an identification of the SQLDA structure .
sqldaid Ein 8-Byte-Zeichenfeld, das die Zeichenfolge SQLDA zur Identifizierung der SQLDA-Struktur enthält.
The sqllen field length of the sqlvar structure in a SQLDA is used in the following kinds of interactions with the database server
In embedded SQL, a SQLDA (SQL Descriptor Area) structure holds the descriptor information.
In Embedded SQL enthält eine SQLDA- (SQL Descriptor Area) Struktur die Deskriptor-Informationen.
The data type specified for a SQLDA variable is invalid.