Results 1 to 3 of 3
- 07-15-2011, 08:15 AM #1
Member
- Join Date
- Jul 2011
- Posts
- 7
- Rep Power
- 0
Please help me... How to update - (Random access file)?
I have a project to complete , that has " previous, next Move last, Move First" buttons. I want to add Update button for that.
(Program works fine, I want to add Update Button)
I need to insert Update code
" jbtUpdate.addActionListener " place
How to do Update on random access files? Every time it adds new recode. How to edit?. Please help me.Last edited by etiger; 07-17-2011 at 08:43 PM.
- 07-15-2011, 04:55 PM #2
Can you explain what you are trying to do and what the program does that you want to change.How to do Update on random access files? Every time it adds new recode. How to edit?.
For example:
Say your file looks like this: AAAABBBBBCCCCCDDDDDEEEEE
and you want to update CCCCC to ccccc
then you would position to the location of the CCCCC and write your ccccc
giving: AAAABBBBBcccccDDDDDEEEEE
- 07-17-2011, 08:43 PM #3
Member
- Join Date
- Jul 2011
- Posts
- 7
- Rep Power
- 0
Similar Threads
-
random file access and GUI
By leiferouis in forum New To JavaReplies: 1Last Post: 02-19-2009, 04:21 AM -
Random File Access
By viper110110 in forum New To JavaReplies: 11Last Post: 11-28-2008, 12:28 AM -
Random access to text file
By lunarbof in forum New To JavaReplies: 1Last Post: 11-05-2008, 08:53 PM -
Update a record in Random access file
By Rgfirefly24 in forum New To JavaReplies: 2Last Post: 04-24-2008, 10:07 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks