I'm generating an Ascii file with xml format to export data from a clipper aplication to a windows application. First I write all the data to a DBF file and finally I use COPY TO to a file with .xml extension.
But the second application fails to import the file because of the "end of file mark". I delete this mark with (for example) notepad and then the importation works fine.
Is there a way to generate the Ascii file without this 'end of file mark'???
Having to do it manually is not a solution. The final user will have to do the exportation several times a day.
Thanks
But the second application fails to import the file because of the "end of file mark". I delete this mark with (for example) notepad and then the importation works fine.
Is there a way to generate the Ascii file without this 'end of file mark'???
Having to do it manually is not a solution. The final user will have to do the exportation several times a day.
Thanks