Re: (newbie) What's wrong with this READ DATA INFILE?

2002-03-31 Thread Richard Trahan
Antoine wrote: > > Richard Trahan wrote: > > I'm using 3.23.49 on Windoze 98. I'm trying to execute this: > > > > mysqlc> load data local infile "c:/temp/e-headhunters.txt" > > -> into table headhunters > > -> lines terminated by '\r\n' > > -> (email); > > > > Table headhunters

Re: (newbie) What's wrong with this READ DATA INFILE?

2002-03-31 Thread Antoine
Richard Trahan wrote: > I'm using 3.23.49 on Windoze 98. I'm trying to execute this: > > mysqlc> load data local infile "c:/temp/e-headhunters.txt" > -> into table headhunters > -> lines terminated by '\r\n' > -> (email); > > Table headhunters contains several fields, including

(newbie) What's wrong with this READ DATA INFILE?

2002-03-31 Thread Richard Trahan
I'm using 3.23.49 on Windoze 98. I'm trying to execute this: mysqlc> load data local infile "c:/temp/e-headhunters.txt" -> into table headhunters -> lines terminated by '\r\n' -> (email); Table headhunters contains several fields, including 'email varchar(40)'. The inpu