[Typo3] DB int typo3

Jerome jerome at jerome.net
Fri Jul 22 12:23:43 CEST 2005


Hello, I would like to execute this sql query in my typo3 extension :

LOAD DATA INFILE "articles.csv" INTO TABLE gm_articles FIELDS TERMINATED BY 
';' ENCLOSED BY '"' LINES TERMINATED BY '\n' IGNORE 1 LINES;

But i can't determine which t3lib_db function to use as there are no 
executeLOADquery() function in it.


What would be the best, elegant, cross-db way to do this ?


Thank You
Jérôme 





More information about the TYPO3-english mailing list