Hi guys,
After sorting through a text file with my VBS scripts I end up with 2 collections of entries. 1 with collection will have 650 lines and the other 1 will have 50 lines.
Question now is do I create 2 lists in memory perform my SQL queries on them?
or
Do I create 2 temp text files and then call them when performing the SQL queries?
Thanks for the help
After sorting through a text file with my VBS scripts I end up with 2 collections of entries. 1 with collection will have 650 lines and the other 1 will have 50 lines.
Question now is do I create 2 lists in memory perform my SQL queries on them?
or
Do I create 2 temp text files and then call them when performing the SQL queries?
Thanks for the help