Hi all,
I used the code
tmpfile = SYS(3)
SELECT * FROM CSL WHERE REQ_ID=MREQ ORDER BY REQ_LINE INTO DBF (tmpfile)
Now, how do I dele this temporary.dbf after I am done with it. I don't want to use into cursor myqueryname because it is creates a read only file.
I used the code
tmpfile = SYS(3)
SELECT * FROM CSL WHERE REQ_ID=MREQ ORDER BY REQ_LINE INTO DBF (tmpfile)
Now, how do I dele this temporary.dbf after I am done with it. I don't want to use into cursor myqueryname because it is creates a read only file.