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