Translation of "SQL-Textfeld" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
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.
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.
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.
Formular-Designer:schreibgeschütztes SQL-Textfeld;Formulare:schreibgeschütztes SQL-Textfeld;SQL-Textfeld:für Formulare erstellen (schreibgeschützt)
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.
Fügen Sie ein schreibgeschütztes SQL-Textfeld hinzu.
Formular-Designer: SQL-Textfeld - Eigenschaften
Form Designer: SQL Textbox - Properties
Formular-Designer: Bearbeitbares SQL-Textfeld - Eigenschaften
Form Designer: Editable SQL TextBox - Properties
Formular-Designer: Schreibgeschütztes SQL-Textfeld - Eigenschaften
Form Designer: Read-Only SQL TextBox - Properties
Beachten Sie den Unterschied zwischen Steuerelementen des Typs Schreibgeschütztes SQL-Textfeld und Bearbeitbares SQL-Textfeld.
Notice the difference between Read-Only SQL TextBox and Editable SQL TextBox.
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).