I am using MS Access 2010 to import Excel data.
The spreadsheet has > 250,000 records, and 130 columns. I tried both linking to the data source, or importing the data to database. For both there is an error indicating something like "Unexpected database driver error".
I believe it is due to too many records. I tried splitting the file, and the import can be done when it has only ~50,000 records. I can end up loading all records into MS access, by importing the splitted smaller files one after another. But this will
require quite some manual work and is not desirable.
Would there be any way to get around? MS Access database can support the data size. The question is more about the internal mechanism to import massive records. I think if MS access can handle the massive records by smaller trunks, it should be able to
handle the import.