Database: SQL-Editor: Unterschied zwischen den Versionen

Aus Wiki - Heidler Strichcode GmbH
Zur Navigation springen Zur Suche springen
 
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
[[de:Datenbank:_SQL-Editor]]
  
 
'''<span style="font-size:xx-large;">[[File:Gefahr.jpg|left|Hinweis auf eine Gefahr]]</span>'''
 
'''<span style="font-size:xx-large;">[[File:Gefahr.jpg|left|Hinweis auf eine Gefahr]]</span>'''
Zeile 13: Zeile 14:
 
:&nbsp;  
 
:&nbsp;  
  
Mit dem SQL-Editor haben Sie die Möglichkeit SQL Befehle direkt an&nbsp;die HVS32 Datenbank zu senden. Dadurch sind umfangreiche Abfragen und Änderungen möglich.
+
Within the SQL-Editor you can directly send SQL statements to the HVS32 database.
  
 
[[File:SQLEditor.jpg|Ansicht des SQL-Editors]]
 
[[File:SQLEditor.jpg|Ansicht des SQL-Editors]]
  
Im oberen Textfeld können Sie eine Abfrage eingeben, durch den Button mit dem grünen Haken wird die Abfrage an den Server gesendet.
+
In the upper textfield you are able to write a SQL Statement/Select Query. By clicking the green check icon you will execute the sql instruction.
  
Die Ergebnisse der Abfragen werden nur angezeigt wenn Sie den Punkt "select Ergebnis anzeigen" angewählt haben.&nbsp;Im unteren Feld sehen Sie danach die Ausgabe des Servers.
+
You will see the results in the lower textfield only when you activate the checkbox "select Ergebnis anzeigen".
  
Die Knöpfe links oben können benutzt werden um Abfragen zu löschen, als .SQL-Datei zu speichern und wieder zu laden.
+
With the left handed buttons you are able to clear the entered statement or to save / open a sql file.
  
Durch Wahl von ">> CSV" ist es möglich das Ergebnis der Abfragen zur Weiterverarbeitung in eine CSV-Datei zu speichern.
+
The Button ">> CSV" gives the ability to export/save the result of your sql query to a csv file.
  
Wenn Sie Änderungen ("Updates") vornehmen werden diese erst wirksam wenn Sie diese durch ein sogenanntes "Commit" bestätigen. Dazu muss entweder der Haken bei "commit after execute" gesetzt sein oder der Knopf mit dem roten Haken betätigt werden.&nbsp;
+
Info: If you make "Updates", those are not saved until you make a "Commit" with the red check button, or otherwhise you can activate the checkbox "commit after execute" so it will be done automatically..&nbsp;

Aktuelle Version vom 29. Juli 2021, 09:19 Uhr


Hinweis auf eine Gefahr

Attention!


You should use this menue only after consulting the Heidler Support-Team
Changes you will do here will be stored in the HVS32 Database directly, without any checks.
This means you can destroy your database and cause data loss!
 
 
 

Within the SQL-Editor you can directly send SQL statements to the HVS32 database.

Ansicht des SQL-Editors

In the upper textfield you are able to write a SQL Statement/Select Query. By clicking the green check icon you will execute the sql instruction.

You will see the results in the lower textfield only when you activate the checkbox "select Ergebnis anzeigen".

With the left handed buttons you are able to clear the entered statement or to save / open a sql file.

The Button ">> CSV" gives the ability to export/save the result of your sql query to a csv file.

Info: If you make "Updates", those are not saved until you make a "Commit" with the red check button, or otherwhise you can activate the checkbox "commit after execute" so it will be done automatically..