Re: Problem with INTO OUTFILE

2004-05-18 Thread Jiri Matejka
] To: [EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 4:30 AM Subject: Problem with INTO OUTFILE Can somebody tell me what's wrong with this query: $sql=SELECT * INTO OUTFILE 'infoanforderung/$nameliste' FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n' FROM net_contact WHERE nachname='Erbel'; I

Problem with INTO OUTFILE

2004-05-17 Thread Jochen Kaechelin
Can somebody tell me what's wrong with this query: $sql=SELECT * INTO OUTFILE 'infoanforderung/$nameliste' FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n' FROM net_contact WHERE nachname='Erbel'; I get no results! Without INTO OUTFILE everything works fine! -- Jochen Kaechelin -- MySQL

Problem with INTO OUTFILE 'filename' - I am into vicius circle

2001-06-17 Thread M
. Problem is INTO OUTFILE 'truefilename' command will ask for a true file name (no file pointer allowed). When I run this command, server doesnt allow create file, even making /tmp/truefilename. I tried fool OUTFILE by first creating temporary writable file via TMPFILE() PHP function, but this function