[Typo3] DB int typo3

Dmitry Dulepov typo3 at fm-world.ru
Fri Jul 22 13:58:32 CEST 2005


I afraid you will not find a cross-db way for it because this
functionality is mysql-specific.

Dmitry.

Jerome wrote:
> 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