Hello everyone,
I have a program that appends data from a text file delimited. The path and name of the file is at the most 30-40 characters long. Using w2k professional. Vfp 7.0
Records to append vary from 7,000-10000 lines
During development and testing the append command works as expected.
Under production the append command is not completed. An error is not generated but the resulting cursor is empty.
For smaller text files and single text line the program executes without any problem. User has all folder priviliges so security is not an issue.
Under production in my development machine the append command and program executes correctly under all circunstances.
My questions are the following:
- Are there known issues with using the append command with large text files?
- Is memory a factor when trying to append text files
- Any special settings on config.fpw that must be enable to handle the append command
Anything that can help.....
Thanks in advance
I have a program that appends data from a text file delimited. The path and name of the file is at the most 30-40 characters long. Using w2k professional. Vfp 7.0
Records to append vary from 7,000-10000 lines
During development and testing the append command works as expected.
Under production the append command is not completed. An error is not generated but the resulting cursor is empty.
For smaller text files and single text line the program executes without any problem. User has all folder priviliges so security is not an issue.
Under production in my development machine the append command and program executes correctly under all circunstances.
My questions are the following:
- Are there known issues with using the append command with large text files?
- Is memory a factor when trying to append text files
- Any special settings on config.fpw that must be enable to handle the append command
Anything that can help.....
Thanks in advance