Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Access

Status
Not open for further replies.

Gaz1634

Technical User
Oct 8, 2002
22
GB
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?
 
>> best way

um well that would be a "Database" or did u mean the next bast way?

>> And allow searching through the file

well if you only need to search on a single key then u can just sort the file. if you need searchs on different keys then u need to create index files and sort them.

also try google - "programming logic and design"

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top