Hello, I am not a really advanced vb.net coder but I would like to make a simple database that can be searchable.
Basically I have a list of about 1500 NPC names and for each one of those I have various information about them such as Location, Level, etc.
Currently the only way I can think to do something like this would be to make 1500 .dat files and put them in a directory and then have a button that when pressed with load all the .dat file names into a listview (set to detail view) and then when the user double clicks an item it will display the information (Location, Level, etc.)
(I haven't put all of the 1500 NPC and information into the .dat files yet)
This idea would make it easy to add more when needed but I don't think it would be searchable and even if it is, I would think there is a much better way to go about doing what I want to do.. so any help would be great. Thanks.
Basically I have a list of about 1500 NPC names and for each one of those I have various information about them such as Location, Level, etc.
Currently the only way I can think to do something like this would be to make 1500 .dat files and put them in a directory and then have a button that when pressed with load all the .dat file names into a listview (set to detail view) and then when the user double clicks an item it will display the information (Location, Level, etc.)
(I haven't put all of the 1500 NPC and information into the .dat files yet)
This idea would make it easy to add more when needed but I don't think it would be searchable and even if it is, I would think there is a much better way to go about doing what I want to do.. so any help would be great. Thanks.