posted 15 years ago
All,
Just a quick query in my urlybird application i must reuse deleted records as specified by the sun interface delete() method below. The delete method is called when i book record whereby i write the customer id field along with the booked record and i change the delete flag from 0 to 1 making it unavailable. So the question is if i delete the record from the database file along with the customer booking reference how can i view existing records already booked in the ui. My application does not require this but this is simple functionality.
Also if i do reuse existing space for deleted records how does the application record which customer booked a particular room?
Sun interface comment
Deletes a record, making the record number and associated disk storage available for reuse.
Thanks
David