For quite a while now I have been putting up with a Filename Case issue. It has been annoying and I'd like to finally get it resolved.
Example:
Results in a file with the following name and case.
temp.xls in the C:\Temp directory.
Even attempting the following will not change the case.
Still results with the following name and case.
temp.xls in the C:\Temp directory.
What does it take to get the case correct regardless if it is intentionally UPPER, LOWER, or Mixed Case?
Thanks,
JRB-Bldr
Example:
Code:
SELECT MyTable
COPY TO "C:\TEMP\TEMP.XLS" XL5
Results in a file with the following name and case.
temp.xls in the C:\Temp directory.
Even attempting the following will not change the case.
Code:
RENAME "C:\temp\temp.xls" TO "C:\temp\TEMP.XLS"
Still results with the following name and case.
temp.xls in the C:\Temp directory.
What does it take to get the case correct regardless if it is intentionally UPPER, LOWER, or Mixed Case?
Thanks,
JRB-Bldr