[opencms-dev] Importing data in MySQL via OpenCMS

Markus Daniel markus.daniel at synyx.de
Tue Oct 5 16:10:19 CEST 2004


Oliver Pereira wrote:
> I have got a tab delimited text file which I want to upload it into a 
> MySQL table via opencms.
> 
> The text file is uploaded to a folder in OpenCMS
> 
> When it try to execute the code I am getting an error that the file is 
> not found and if I try to upload the file from my local drive I get the 
> following error
> 
> java.sql.SQLException: Can not issue INSERT/UPDATE/DELETE with 
> executeQuery()
> I am using a instance of the Statement object to execute the query and 
> query is
> "LOAD DATA LOCAL INFILE " + '"' + strFilePath + '"' + " INTO TABLE 
> `productmaster`"
> Any ideas / tips / sample code to upload a file into a table via OpenCMS 
> is welcome
Hi,
in such a case I would upload the file via phpMyAdmin or mySqlConsole.
Maybe this is much more easy and effect the same if you want to do this 
only once.

Hope this helps.

Regards,
Markus Daniel



More information about the opencms-dev mailing list