Re: Writing to Local Files

2004-09-07 Thread Tim McDonough
On Tue, 07 Sep 2004 15:08:30 -0500, gerald_clark wrote: > > Tim McDonough wrote: > >> Is there a way to write the results of a query to an output file >> on a client computer instead of the server? My reference book >> says MySQL cannot write to a file on the client. >> >> Does MySQL not allow the

Re: Writing to Local Files

2004-09-07 Thread gerald_clark
Tim McDonough wrote: Is there a way to write the results of a query to an output file on a client computer instead of the server? My reference book says MySQL cannot write to a file on the client. I have a work around by using a PHP script on the user's machine that does a MySQL query, format

Writing to Local Files

2004-09-07 Thread Tim McDonough
Is there a way to write the results of a query to an output file on a client computer instead of the server? My reference book says MySQL cannot write to a file on the client. I have a work around by using a PHP script on the user's machine that does a MySQL query, formats the results, and writes