I print the 'executedQuery()',and find that it execute ""LOAD DATA INFILE '"+fileName+"' INTO TABLE table1 FIELDS TERMINATED BY ' ' LINES TERMINATED BY '\r\n'"))" ,that is, it exectue the query as I type.
I have no transaction ,so there is no COMMIT.
By the way, if I exectue 'Insert' or 'update',it is ok.
Bookmarks