Re: Problem with INTO OUTFILE

2004-05-18 Thread Jiri Matejka
n Kaechelin" <[EMAIL PROTECTED]> 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 &g

Re: Problem with INTO OUTFILE

2004-05-18 Thread Victoria Reznichenko
Jochen Kaechelin <[EMAIL PROTECTED]> wrote: > 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 OUTFI

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 -- MySQ

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

2001-06-17 Thread M
Hello, I am new in this list, so let me explain problem: I use third party server provider, so having little access to resources (no telnet). I need backup remote data (BLOB fields included) and downlad it to client machine. To make things clear decided use INTO OUTFILE command to store data. Prob