What is the best way to access objects from a file?
For instance if a stock file contains 10000 stock records, what is the best way to read these objects in? And allow searching through the file, much like a database application!
Also what is the best way to implement a system for use by multiple users, e.g. stock control?
For instance if a stock file contains 10000 stock records, what is the best way to read these objects in? And allow searching through the file, much like a database application!
Also what is the best way to implement a system for use by multiple users, e.g. stock control?