Just a quick question about data conversions?

2001-06-16 Thread David Ayliffe
In order to add data to mysql, using LOAD INTO, am I right in thinking that this file has to be local to the machine. Therefore I have to ftp the file I want inserted to the machine running the MySQL server; Correct? Thanks lots David Ayliffe ([EMAIL PROTECTED])

Re: Just a quick question about data conversions?

2001-06-16 Thread ryc
Yes the server must be able to open the file. I dont know how you would write a file path that accesses another machine heh. ryan In order to add data to mysql, using LOAD INTO, am I right in thinking that this file has to be local to the machine. Therefore I have to ftp the file I want