I\'m a bit confused of how to get a data from an access database. Is it proper to gather it first in a List then get those data from your List OR it is okay to just directly
You can maybe separate your data access functions in different classes or create generic functions to retrieve records.