save datagridview contents to access database

Can someone please show me how to dump the contents of a datagridview into a programmatically created access database

When I click a save button, an access database is created to hold the contents of datagridview1, with fields named according to datagridview1's column headers..

Thanks for any help


Answer this question

save datagridview contents to access database