Cheers, Roberto Perillo
SCJP, SCWCD, SCJD, SCBCD
This part I need to do the conversion from .db to JTable format in order to see it right. I need to build JTable contains all records so from there, I can do something like updating, creating, deleting items. Correct me if i am wrong.
Right now I can update the booking using this JTable. Customer ID is when you input right, or is it randomly generated.
Not quite understand about "integrity of the file is guaranteed"? May you explain this to me more?
Yes I did. Want to know about how developing software with it and learn about Java API.
db original file cannot be touch or changed. The application will take db1x1.db to be read and then put it on JTable in order to be updated, created, and deleted. Am I right? Correct me if i am wronged
Cheers, Roberto Perillo
SCJP, SCWCD, SCJD, SCBCD
Cheers, Roberto Perillo
SCJP, SCWCD, SCJD, SCBCD
Andreas Junizar wrote: To keep the integrity of the file if you want to update (for example), you need to read file, update, and save it to the file in process, is that correct?
Andreas Junizar wrote: If that so, everytime you do updating, deleting, you must always do read the file, (do something, like updating, and deleting), then save it into the file( which has magic cookies, field byte and so on).
Regards,
Anayonkar Shivalkar (SCJP, SCWCD, OCMJD, OCEEJBD)
If you are using a wood chipper, you are doing it wrong. Even on this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
|