I want to gather some data from some tables of an Access Database, I've found some solutions online, but I haven't found ways to fill a datatable, or dataset, and get each single field properly.
Is it easier for me to get whole tables then get just the info that i want, or should I make a lot of searches in the access DB getting just what i Want each time? Any code snippets for it?
info:
- The Access Database is in an ACCDB file, with no user or password
- I'm currently using VB.NET, but it doesn't matter if you answer in C#
--[EDIT]--
Sub question:
Connecting to ACCDB format MS-ACCESS database through OLEDB