If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Other PC Databases > dBase 5 mixed case file name

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-05-07, 15:22
tambs tambs is offline
Registered User
 
Join Date: Sep 2005
Posts: 3
dBase 5 mixed case file name

I have an old dbase 5 program that needs to send data using FTP. The problem I am having is that the new file needs to be mixed case, i.g., ddExport.txt where the E is upper case. When I create the file using
COPY TO ddExport.txt delimited it creates DDEXPORT.TXT I am sure that I had it working right during the testing phase, but when I went to run the program for real it creates upper case file names only. What am I doing wrong?
Thanks for your assistance
Tom
Reply With Quote
  #2 (permalink)  
Old 04-10-07, 11:35
tambs tambs is offline
Registered User
 
Join Date: Sep 2005
Posts: 3
FTP filename

Apparently dbase only creates uppercase file names. The work-around I had to use was to rename the file on the host computer via FTP once it was sent. I tested this method and it works. Sad you can't create lower case file names, it would have been so much simpler.
Tom
Reply With Quote
  #3 (permalink)  
Old 04-10-07, 11:46
jcreamer jcreamer is offline
Registered User
 
Join Date: Feb 2005
Posts: 14
tambs,

On the work around side, you could also have a batch file, rename or copy to another file name, your output file. Run the process thru a batch file to execute the actual program and rename the file for you on the way out.

Thanks,

Jim C.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On