I have a program that pulls data from a railway live feed and this feed has Location codes.
the codes are generally 6 Digit numbers EG 890001 = STATION_NAME.
there are over 500 Locations for reporting of train locations and I will need to pop these into a data base of reference file. on occasions the locations codes may change as new infrastructure is added so if possible i would need it to be fairly user friendly as well (however I could just add in a GUI for changing this in my main program if required).
Ideally the reference file or database would Look like this
LOCATION CODE LOCATION NAME 666666 Location_Name
so what would be the best way to store this!?