RolandT
0 pts. | May 20 2005 8:54AM GMT
I think that the concept of LVLCHK was the best thing that ever happened. I cringe at the thought that anyone would create a file with level check *no. The concepts prevents a programmer from shooting himself in the foot. Recompile the programs and you’ll sleep better at night.
mygoodname
0 pts. | May 20 2005 9:10AM GMT
Whether a change in the file layout will affect your program is dependent on the fields being selected or the structures they are placed into.
If you are using the existing file layout as an external data structure or you are otherwise bringing every field into the program, you will need to recompile.
If your SQL is using a specific subset of the already existing fields, the field definitions have not changed, and you have a static defined structure to receive them that does not rely on the file layout, the program should continue to work without a recompile.






