Destroying Text files after use [message #198117] |
Sun, 15 October 2006 02:30 |
rahshar
Messages: 26 Registered: July 2006 Location: Oman
|
Junior Member |
|
|
I have a situation,
I am capturing telephone call records made through a third party program. This program creates entries in text format, and the file is open always.
I transfer the data to an oracle table through TEXT.IO.
I need to dicard the file contents so that I start fresh records again. or I need to delete it from the folder, but the oracle is raising an error because the text file is in use.
The Open with 'W' option should clear the contents and start fresh, but it isn't happening.
Has any one tried this before
Thanks and Regards
|
|
|
|
|