View Single Post
  #15 (permalink)  
Old 12-05-2008, 05:22 PM
Fubarable's Avatar
Fubarable Fubarable is offline
Moderator
 
Join Date: Jun 2008
Posts: 6,502
Rep Power: 8
Fubarable is on a distinguished road
Default
Quote:
In reality this file will consist of thousands of day records for thousands of different stocks. I need to be able to query the tables quickly and very often.
Then it's settled. You don't need to re-invent the wheel as the only thing that will work here, and I mean only thing, is a database. Anything else is bound to fail.

Quote:
I do not have access to database software.
now you're talkin' nonsense. We all have access to database software; all you have to do is to download mySQL or some other free database and start learning it.
Reply With Quote