Download for Windows Premium
Publiciteit
the DataReader

Vertaling van "the DataReader" 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.
des DataReader-Ziels
Close the DataReader and the connection objects.
Schließen Sie den DataReader und die Verbindungsobjekte.
Make a note of the name of the DataReader destination.
Notieren Sie sich den Namen des DataReader-Ziels.
Within the package, you can use these variables as query parameters or in expressions to affect the results returned to the DataReader destination.
Innerhalb des Pakets können Sie diese Variablen als Abfrageparameter oder in Ausdrücken verwenden, um die an das DataReader-Ziel zurückgegebenen Ergebnisse zu beeinflussen.
Give the DataReader destination a descriptive name, since you will use this name later in your client application.
Geben Sie dem DataReader-Ziel einen aussagekräftigen Namen, da Sie diesen Namen später in der Clientanwendung verwenden werden.
New and old rows can both be accessed by changing the mode of the DataReader to old or new.
Neue und alte Zeilen lassen sich aufrufen, indem Sie den Modus des DataReader auf "alt" oder "neu" setzen.
If your code attempts to close the DataReader or the connection after reading the expected number of rows, without an additional, final call to the Read method, the code will raise an unhandled exception.
Wenn der Code versucht, den DataReader oder die Verbindung nach dem Lesen der erwarteten Anzahl von Reihen zu schließen, ohne einen weiteren finalen Aufruf der Read-Methode durchzuführen, gibt der Code eine nicht behandelte Ausnahme aus.
Or, if you know in advance the number of rows expected, you can process the rows, and then call the Read method one more time before closing the DataReader and the connection.
Sie können auch, wenn Sie die Anzahl von erwarteten Zeilen im Voraus wissen, die Zeilen verarbeiten und dann die Read-Methode ein letztes Mal aufrufen, bevor Sie den DataReader und die Verbindung schließen.
The Read method of this implementation of the DataReader returns true one more time after the last row of data has been read.
Die Read-Methode dieser Implementierung des DataReader gibt, nachdem die letzte Zeile der Daten gelesen wurde, true noch ein weiteres Mal zurück.
This makes it difficult to use the usual code that loops through the DataReader while Read returns true.
Daher ist es schwierig, den normalen Code zu verwenden, der den DataReader durchläuft, während von Readtrue zurückgegeben wird.
Call the Read method of the DataReader repeatedly as needed to loop through the rows of output data.
Rufen Sie die Read-Methode des DataReader so oft wie benötigt wiederholt auf, um die Zeilen der Ausgabedaten zu durchlaufen.
If you want to use this technique with the SACommand object, you can either get the key columns from the parameters or reopen the DataReader.
Wenn Sie diese Technik mit dem SACommand-Objekt verwenden möchten, können Sie entweder Schlüsselspalten aus den Parametern beziehen oder das DataReader-Objekt nochmals öffnen.
Modify the value of the dataReaderName variable as required so that it contains the name of the DataReader destination in the package.
Ändern Sie bei Bedarf den Wert der dataReaderName-Variablen so, dass diese den Namen des DataReader-Ziels im Paket enthält.
Therefore, when using a loop to read through the rows in the DataReader while Read returns true, you need to write code to catch, test, and discard this anticipated ApplicationException on the last successful call to the Read method.
Wenn Sie daher eine Schleife verwenden, um die Zeilen in dem DataReader zu lesen, und von Read wird true zurückgegeben, müssen Sie den Code so schreiben, dass diese erwartete ApplicationException beim letzten erfolgreichen Aufruf der Read-Methode abgefangen, getestet und verworfen wird.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor the DataReader in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
dungarees: denim pants with bib and shoulder straps
Ontdek het woord
Publiciteit

Resultaten: 22. Exact: 22. Verstreken tijd: 53 ms.