Location of text file for loading data in to table

2001-12-16 Thread Inderpal Singh
Hi, When using the command: LOAD DATA LOCAL INFILE "xxx.txt" INTO TABLE [TABLE NAME]; where should the txt file be located? Thanks _ Chat with friends online, try MSN Messenger: http://messenger.msn.com ---

Location of text file for loading data in to table

2001-12-16 Thread Inderpal Singh
Hi, When using the command: LOAD DATA LOCAL INFILE "xxx.txt" INTO TABLE [TABLE NAME]; _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -

Load srtatement

2001-12-15 Thread Inderpal Singh
Hi, I am having problems loading data into a table and have 2 questions. 1) I want to load some data from a text file in to a table by using the following line: LOAD DATA LOCAL INTO "st.txt" INTO TABLE studio; this keeps giving me : File "st.txt" not found (ErrorCode: 2) Where should I store t