MS Access 2010: “Cannot open any more databases.”

前端 未结 6 1380
逝去的感伤
逝去的感伤 2020-12-19 05:13

While struggling with a single legacy MS Access application I faced this weird error:

Cannot open any more databases.

The application makes

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-19 05:45

    I had this problem when using linked external tables. The limit was reached because about 10 excel files were used by different queries over and over again. So the number of open tables was more or less the product of queries and tables.

    I imagine using unions multiplies this problem as well.

    The solution for me was to copy linked excel tables into Access native tables first. Then run the very same queries with the native tables.

提交回复
热议问题