From professional translators, enterprises, web pages and freely available translation repositories.
insertex (csv file import)
insertex (csv file import)
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
insertex itself doesn't truncate numeric values.
insertex selbst schneidet numerische werte nicht ab. aber wenn sie numerische werte in integer-felder einfügen, schneidet der server die zahlen ab.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
it is also possible to use the insertex command in the sql editor.
es ist auch möglich, den befehl insertex im sql editor zu verwenden.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
you can import dates and insertex accepts any date format known by the server.
sie können kalendardaten importieren, und insertex akzeptiert alle dem server bekannten datenformate an.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
the following insertex statement is almost identical to the one above, but here the first line of the csv-file has been skipped:
die folgende anweisung insertex ist fast identsich mit der oben, aber die erste zeile der csv-datei wurde übersprungen:
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
insertex imports data from a csv-file into a database table. values within the csv-file must be separated with a colon char or any other char.
insertex importiert daten aus einer csv-datei in eine datenbanktabelle. werte innerhalb einer csv-datei müssen mit einem doppelpunkt char oder einem anderen char begrenzt werden.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
these include, among others, conditional directives, describe database objects, as well as set, shell, insertex, output and reconnect.
diese beinhalten unter anderem bedingungsdirektiven, describe datenbankobjekte, sowie set, shell, insertex, output und reconnect.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
let's consider the use of insertex in the following examples. assume there is a csv-file with the following data, delimited with a colon:
in folgendem beispiel gehen wir von der verwendung von insertex aus. angenommen, es gibt eine csv-datei mit folgenden daten, begrenzt mit einem doppelpunkt:
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
the following insertex statement creates a table people (if it doesn't already exist) and fills it with data from c:\mydata.csv:
die folgende anweisung insertex erzeugt eine tabelle people (falls diese nicht bereits vorhanden ist) und befüllt diese mit daten aus c:\mydata.csv:
Last Update: 2018-02-13
Usage Frequency: 1
Quality: