Joinutility seperatorLogin utility separator Infobright.com
   
 
How do I use LOAD DATA INFILE
Posted: 27 February 2009 02:30 PM   Ignore ]  
Newbie
Rank
Total Posts:  19
Joined  2009-01-24

Hi all,

just pulled ICE 3.1 for Windows and running it on XP x64 but now I’m trying to load data—I have this issue here:

—when I try this:
LOAD DATA LOCAL INFILE ‘C:\ WO.TXT ’ INTO TABLE WO FIELDS TERMINATED BY ‘,’ LINES TERMINATED BY ‘\n’ IGNORE 1 LINES;

I get this:
<eb1>Brighthouse: Session terminated unexpectedly, uncommitted transactions rolled back.
State: S1000; Native: 1402; Origin: [MySQL][ODBC 5.1 Driver] [mysqld-5.1.14-log]</eb1 >

Looked about everywhere on Google and ICE forums/wiki but cant see what the problem is—anything objvious?

Thanks!

Profile
 
Posted: 27 February 2009 05:23 PM   Ignore ]   [ # 1 ]  
Newbie
Rank
Total Posts:  15
Joined  2009-01-29

ICE doesn’t support the ‘local’ modifier.

Profile
 
Posted: 27 February 2009 05:25 PM   Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  19
Joined  2009-01-24

Yes and then some smile

But i got that working now—thanks!

Profile