Examples with "SQL-Insert" and their translation in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Insert- and delete (SQL-Insert, Delete) = Insert of new records (manuell), or defined records to delete (Attention geboten!)
The content of this single line may now be transformed into an SQL-insert or -update-statement.
Den Inhalt dieses Einzelsatzes kann man nun zu einem SQL-Insert- oder Update-Befehl umformatieren.
Other results
This type of query creates an SQL INSERT... SELECT statement.
Dieser Abfragetyp erstellt eine SQL INSERT... SELECT-Anweisung.
It contains SQL INSERT orders corresponding to the exported data.
Sie enthält die SQL INSERT Aufrufe gemäß den exportierten Daten.
Then, you can insert a geometry into the table using a SQL insert statement.
Type the valid SQL Insert, Update, or Delete statement in the Query to Run box.
Geben Sie im Feld Auszuführende Abfrage die SQL-Insert-, SQL-Update- oder SQL-Delete-Anweisung ein.
Change Insert Type from Bulk Insert to SQL Insert.
To Set the SQL Insert Data Load attribute
So setzen Sie das Dataload-Attribut "SQL Insert"
A SQL INSERT normally does the INSERT operation in exactly one table.
Normalerweise macht man ein SQL INSERT in genau eine Tabelle - die Syntax ist ja auch INSERT INTO {TABLE}.
The vulnerability is a buffer overflow caused by improper handling of SQL insert statements.
Die Schwachstelle ist auf einen Pufferüberlauf zurückzuführen, der durch die nicht ordnungsgemäße Verarbeitung von SQL Insert-Anweisungen zurückzuführen ist.
In addition to with reading data from a table, you can write data to a table using the SQL INSERT statement.
Neben dem Lesen von Daten können mit der SQL INSERT-Anweisung auch Daten in eine Tabelle geschrieben werden.
SQL INSERT statements can be used to add new records to a data source, rather than the ADO method AddNew.
Anstelle der AddNew -Methode von ADO können einer Datenquelle mit INSERT-SQL-Anweisungen neue Datensätze hinzugefügt werden.
Solution: Set the SQL Insert Data Load attribute in the GetData action.
Lösung: Setzen Sie das Dataload-Attribut "SQL Insert" in der Aktion GetData.