
 Matteo De prezzo - 2010-02-18 17:05:19 - 
In reply to message 10 from David Sassooni changed sql statment to laod data into sql but "The used command is not allowed with this MySQL version". Maybe we can try to use this statment 
BULK
INSERT CSVTest
FROM 'c:\csvtest.txt'
WITH
(
FIELDTERMINATOR = ',',
ROWTERMINATOR = '\n'
)