B
BlackSun
Hi,
I ask your opinion about how you would do a program which must read
about 30000 lines and after read them (I use VB2005).
The structure of these rows is:
- Item A (max 25 different values)
- Item B (max 40 different values)
- Item C (there is no limit to the numbers)
- Item D (it's the year)
The 4 item are depending one grom another e the search could be done
on one of them...
I was thinking to use a array of a base custom class (my four items)
or a List Of but I don't know.
The problem is that I don't have a primary key to search data.
Any ideas on how to store the data??
Thank you in advance!!
Bye BlackSun
I ask your opinion about how you would do a program which must read
about 30000 lines and after read them (I use VB2005).
The structure of these rows is:
- Item A (max 25 different values)
- Item B (max 40 different values)
- Item C (there is no limit to the numbers)
- Item D (it's the year)
The 4 item are depending one grom another e the search could be done
on one of them...
I was thinking to use a array of a base custom class (my four items)
or a List Of but I don't know.
The problem is that I don't have a primary key to search data.
Any ideas on how to store the data??
Thank you in advance!!
Bye BlackSun