I’m open to other ways to achieve the desired result than modifying the database. The reason I’m selecting rows is to export a report (csv or otherwise). Would it be better to just make a dictionary of id’s and do one sql query to export them all? Or is that the same thing?
Could I save the text of whichever row I select in a list without querying my DB at all?