There are a bunch of ways. Check out the Sytem.Data.OleDb Namespace, which provides Commands, Connections, Readers, DataAdapters, and much more.
- Or in .NET 2.0 read up on TableAdapters and AccessTableAdapters.
- Or set a reference to DAO.
- Or set a reference to ADO