Re: Error 1013

2005-12-17 Thread David Logan
Karl Krelove wrote: David Logan wrote: Karl Krelove wrote: I'm trying to import a large amount of data from an Access database containing information about 9,000+ students in a school system. I've created a table 'student_list' to hold the data and issued the following command: LOAD DA

Re: Error 1013

2005-12-17 Thread Karl Krelove
David Logan wrote: Karl Krelove wrote: I'm trying to import a large amount of data from an Access database containing information about 9,000+ students in a school system. I've created a table 'student_list' to hold the data and issued the following command: LOAD DATA INFILE 'home/karl/S

Re: Error 1013

2005-12-17 Thread David Logan
Karl Krelove wrote: I'm trying to import a large amount of data from an Access database containing information about 9,000+ students in a school system. I've created a table 'student_list' to hold the data and issued the following command: LOAD DATA INFILE 'home/karl/Student_List.csv' into ta

Re: Error 1013

2005-12-17 Thread Glennie Vignarajah
Le Saturday 17 December 2005 04:54, Karl Krelove(Karl Krelove <[EMAIL PROTECTED]>) disait: Hello, > LOAD DATA INFILE 'home/karl/Student_List.csv' into table ^^^ > student_list FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES > TERMINATED BY '\n'; > > In response I get: ERROR