I\'m working in Microsoft Visual C# 2008 Express and with SQLite.
I\'m querying my database with something like this:
SQLiteCommand cmd = new SQLiteC
If you are only loading an id column from the database, would it not be easier to simply load into a List and then work from there in memory?
id
List