Insert Into Database gives an error

I am trying to insert data into MSAccess from a datatable but get the error below :

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.InvalidOperationException: Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information.

Screeshot below :

You can check on this:

Other things you can try:

  1. Set Primary Key on your target table
  2. Check if the columns from Datatable matches on the target DB Table