Quote:
Originally Posted by Comedian2004
I think I may have to start from scratch again and redesign it, maybe creating a database that contains all this data and then using SQL to access it. That way you can define the parameters that you want.
So, I may work on importing all of the CSV files that are needed into a SQL database. I have not done this before, as there has been a stumbling block in creating the database. I do have some new books, so, I will give it a try.
|
.NET 3.0 makes this easy with LINQ. You can use sql server express to set up a database and use it like any other object or data structure. I haven't played with it extensively, but what have worked with is extremely easy.