I have a text file with records stored in it. I am not using VB datbase
capabilities, since it consumes more resources.
I want to load the entire records in a Linked list and the user can
work on it. When he clicks save, the entire file will be overwritten.
How to create a linked list in VB?
Is my approach towards file handling correct? If not, suggest.
---------------------------------
Securing a computer system has traditionally been a battle of wits: the penetrator tries to find the holes, and the designer tries to close them. � M.Gosser
capabilities, since it consumes more resources.
I want to load the entire records in a Linked list and the user can
work on it. When he clicks save, the entire file will be overwritten.
How to create a linked list in VB?
Is my approach towards file handling correct? If not, suggest.
---------------------------------
Securing a computer system has traditionally been a battle of wits: the penetrator tries to find the holes, and the designer tries to close them. � M.Gosser