Proper way of getting a data from an Access Database

前端 未结 4 1530
挽巷
挽巷 2020-12-09 20:15

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

4条回答
  •  抹茶落季
    2020-12-09 20:45

    You can maybe separate your data access functions in different classes or create generic functions to retrieve records.

提交回复
热议问题