Re: [GENERAL] export csv file on XP

2009-07-31 Thread Raymond O'Donnell
On 31/07/2009 17:23, Thomas Kellerer wrote: >> Looks like a permissions problem - check that the user as which the >> server is running has read permissions on that file. > > I think *write* permission is the approriate ;) Whoops - my mistake - you're absolutely write! :-P Ray. ---

Re: [GENERAL] export csv file on XP

2009-07-31 Thread Thomas Kellerer
Raymond O'Donnell wrote on 31.07.2009 18:12: On 31/07/2009 16:57, Wang Kuo-Ying wrote: Command: copy test to 'c:/test.csv' delimiters ',' ; but the error ERROR: could not open file "c:/test.csv" for writing: Permission denied Looks like a permissions problem - check that the user as which t

Re: [GENERAL] export csv file on XP

2009-07-31 Thread Raymond O'Donnell
On 31/07/2009 16:57, Wang Kuo-Ying wrote: > Command: > copy test to 'c:/test.csv' > delimiters ',' ; > > but the error ERROR: could not open file "c:/test.csv" for writing: > Permission denied Looks like a permissions problem - check that the user as which the server is running has read permiss

[GENERAL] export csv file on XP

2009-07-31 Thread Wang Kuo-Ying
I want to know how to export csv file. Command: copy test to 'c:/test.csv' delimiters ',' ; but the error ERROR: could not open file "c:/test.csv" for writing: Permission denied

[GENERAL] export csv file on XP

2009-07-31 Thread Wang Kuo-Ying
I want to know how to export csv file. Command: copy test to 'c:/test.csv' delimiters ',' ; but the error ERROR: could not open file "c:/test.csv" for writing: Permission denied