Zitat von
omata:
Add: Oder du baust dir ein
SQL-Statement, dass alle INSERTs auf einmal durchführt...
SQL-Code:
INSERT INTO tabelle
SELECT FIRST 1 feld1, feld2, ... FROM tabelle
UNION
SELECT FIRST 1 feld1, feld2, ... FROM tabelle
:
:
wie gesagt, ich habe eine Textdatei und keine Tabelle