Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Text file losing data after append

Reply
Thread Tools

Text file losing data after append

 
 
BarryJKaplan@gmail.com
Guest
Posts: n/a
 
      05-09-2008
We have a system at Walgreens corporate HQ that allows users to create
simple forms to be used on the web.
We have found over the past 2 weeks the some of the records (about 5)
append to text files are not appending to the end of the last record
entered rather append over the last or next to last record with the
new record. It is not a timing issue since the appends occur hours
apart.

This system is designed in java known around here as "QuickForms".

Any Ideas?
 
Reply With Quote
 
 
 
 
Dave Miller
Guest
Posts: n/a
 
      05-09-2008
wrote:
> We have a system at Walgreens corporate HQ that allows users to create
> simple forms to be used on the web.
> We have found over the past 2 weeks the some of the records (about 5)
> append to text files are not appending to the end of the last record
> entered rather append over the last or next to last record with the
> new record. It is not a timing issue since the appends occur hours
> apart.
>
> This system is designed in java known around here as "QuickForms".
>
> Any Ideas?


With the code, it's likely someone here could help.
--
Dave Miller
Java Web Hosting at:
http://www.cheap-jsp-hosting.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Regex losing <br> (different from the earlier topic about losing $1) Jason C Perl Misc 4 06-26-2012 10:29 PM
the address of list.append and list.append.__doc__ HYRY Python 10 09-26-2007 09:41 AM
Losing Drives - Finding Drives - Losing Drives mel@no.spam.com Computer Support 2 09-21-2007 10:16 PM
"Insert" (not append) new text segment to an existing text file sm C++ 2 04-29-2005 03:55 PM
How to append to a text file Dilantha Seneviratne Java 10 01-09-2004 12:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57