|
Where to proceed now?
Hi
I have to create a database but not by using a JDBC by using textPad. It is going to be command line.I would like to know if i can store data,read,delete,search by using RandomAccess onto dat or txt files? for example: i have to delete an item by using the seek() then deleting it. Can this be possible?
This database is like an inventory database storing materials like life-jackets and wakeboards for example. So i created a main class, then sub-classes. I have created my classes which use inheritance.
Secondly, my program has a "address database" in it, which has the name, phone numbers and address of contacts.. Can i use a linked list to store data here?
And no im not getting paid, and it is for personal achievement.. just incase your planning to give nasty replies.. Now that i have already created my classes, can someone tell me where to proceed now please
Thanks
|