use classes in System.Data.OleDb namespace, and a connection string like"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\myPath\myJet.mdb;"(see more at
http://www.able-consulting.com/dotnet/adonet/Data_Providers.htm#OLEDBManagedProvider
)make sure you give ASPNET account read/write permissions on the database file and the directory it is in