Der Befehl SQL muss mit den folgenden Regeln übereinstimmen.
The SQL command must correspond to the following rules.
Wenn Sie Programmiererfahrung in SQL haben, können Sie versuchen, die SQL-Anweisung im Dialogfeld SQL (Menü Ansicht , Befehl SQL) zu ändern, um mehr als eine Inklusionsverknüpfung erstellen zu können.
If you know how to program in the SQL language, you can try changing the SQL statement in the SQL dialog box (View menu, SQL command) to create more than one outer join.
Der Befehl Kommentare und Formatierung entfernen setzt alle Formatierungsmaßnahmen zurück, die durch den Befehl SQL formatieren durchgeführt worden sind. Zusätzliche Zeilenumbrüche oder Whitespace-Zeichen werden entfernt und die SQL-Anweisung wird in einer Zeile angezeigt.
The Remove Comments and Formatting command reverts all formatting that has been added by the Format SQL command, that is, any additional line feed or whitespace is removed and the SQL is displayed in one line.
Der Befehl SQL formatieren wendet die SQL-Formatierungsoptionen, die derzeit für die entsprechende Datenbankart definiert sind, auf das aktive SQL Editor-Fenster an.
The Format SQL command applies SQL formatting as currently defined for the respective database kind to the active SQL Editor Window.
Der Befehl SQL und Daten öffnet ein Untermenü, das Optionen zum Generieren von SQL-Anweisungen und zum Abruf und Editieren von Daten enthält.
The SQL and Data command opens a sub-menu which provides options for generating SQL scripts, retrieving, and editing data from within the design view.
Dieses Beispiel zeigt die Möglichkeiten für Verbindungen über den Befehl SQL LOGIN
This example illustrates the connection possibilities provided by the SQL LOGIN command
Wollen Sie mehrere gleichzeitige Verbindungen verwalten, müssen Sie mit dem Befehl SQL LOGIN einen Prozess starten.
If you want to manage several simultaneous connections, you must start a process by SQL LOGIN.
Ist dieses Protokoll aktiviert, müssen Sie an das Ende der IP Adresse des SQL Server die Kombination":ssl" anhängen, wenn Sie eine Verbindung mit dem Befehl SQL LOGIN öffnen.
Note that when this protocol is enabled, you must add the":ssl" keyword to the end of the IP address of the SQL server when you open a connection using the SQL LOGIN command.
Über den Befehl SQL LOGIN bestimmen Sie die zu verwendende Datenquelle.
The SQL LOGIN command can then be used to designate the source to be used.
Um die aktuelle Verbindung zu schließen und den Speicher freizumachen, führen Sie den Befehl SQL LOGOUT aus.
To close the current connection and free the memory, simply execute the SQL LOGOUT command.
Sie können lokale Variablen mit dem Befehl SQL EXECUTE einsetzen, wenn diese Variablen direkt im Parameter der SQL Anfrage und nicht über Referenzen verwendet werden.
You can use local variables with the SQL EXECUTE command when these variables are used directly in the parameter of the SQL request and not through references.
Über den Befehl SQL LOGIN können Sie die Art der zu öffnenden Verbindung angeben.
The SQL LOGIN command lets you specify the type of connection to open.
Weitere Informationen zu den verschiedenen Optionen und den zugeordneteten Werten finden Sie unter dem Befehl SQL SET OPTION.
For more information on the different options and their associated values, refer to the description of the SQL SET OPTION command.