Examples with "SQL Textfeld" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Tragen Sie hier von Hand im SQL Textfeld den SQL Befehl „select from list" ein.
Enter into the SQL textbox the SQL command "select from list" by hand.
Other results
Beachten Sie den Unterschied zwischen Steuerelementen des Typs Schreibgeschütztes SQL-Textfeld und Bearbeitbares SQL-Textfeld.
Fügen Sie ein schreibgeschütztes SQL-Textfeld hinzu.
Wenn Sie den Wert nicht bearbeiten, sondern nur anzeigen möchten, empfiehlt sich die Verwendung des Steuerelements Schreibgeschütztes SQL-Textfeld, das eine bessere Leistung bietet.
If you do not want to edit the value and just show it, it is recommended that you use the Read-Only SQL TextBox control, which has a better performance.
Die Verwendung eines bearbeitbaren SQL-Textfelds ergibt ein Textfeld, dessen Wert bearbeitet und in der Datenbank gespeichert (aktualisiert) werden kann.
The Editable SQL TextBox results in a text box, where the value can be edited and saved (updated) in the database.
Beide Steuerelemente erlauben zwar den Abruf von Daten, jedoch resultiert die Verwendung eines schreibgeschützten SQL-Textfelds in einem nicht bearbeitbaren, schreibgeschützten Label.
Both controls allow you to query data, but the Read-Only SQL TextBox results in a read-only label, that cannot be edited.
Verwenden Sie das Steuerelement schreibgeschütztes SQL-Textfeld (SqlLabel) zum Anzeigen von Text im Objektklassenformular, das mit einer SQL-Anweisung abgefragt wird.
Use the Read-Only SQL TextBox (SqlLabel) control to display text in the feature class form that is queried with an SQL statement.
Im Anwendungsfenster des Outline Editors werden der SQL-Text der Outline und das grafische Layout des Ausführungsplans der Outline dargestellt. Wenn Sie den Outline Editor im "Erstellen-" Modus gestartet haben, sehen Sie ein leeres SQL-Textfeld.
The Outline Editor application window shows the SQL text of the outline and the graphical layout of the outline's execution plan. If you launched the Outline Editor in "create" mode, you will see a blank SQL text box.
Verwenden Sie das Steuerelement Bearbeitbares SQL-Textfeld (SqlTextBox), um das Ergebnis einer SQL-Abfrage anzuzeigen, z. B. die in einer anderen Tabelle gespeicherte Fläche.
Use the Editable SQL TextBox (SqlTextBox) control to display the result of an SQL query, for example, showing the area which is stored in a different table.
Während die Anweisung für das schreibgeschützte SQL-Textfeld als einzelner Ausdruck in der SQL-Eigenschaft definiert werden kann, besteht die Anweisung für das bearbeitbare SQL-Textfeld aus drei Komponenten (Eigenschaften DetailAttributeName, DetailFilter und DetailTable).
While the Read-Only SQL label statement can be defined as one expression in the SQL property, the Editable SQL text box statement consists of three components (DetailAttributeName, DetailFilter and DetailTable properties).
Formular-Designer:schreibgeschütztes SQL-Textfeld;Formulare:schreibgeschütztes SQL-Textfeld;SQL-Textfeld:für Formulare erstellen (schreibgeschützt)
Formular-Designer: Schreibgeschütztes SQL-Textfeld - Eigenschaften
Form Designer: Read-Only SQL TextBox - Properties
Formular-Designer: Bearbeitbares SQL-Textfeld - Eigenschaften
Form Designer: Editable SQL TextBox - Properties