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

前端 未结 6 1382
逝去的感伤
逝去的感伤 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:50

    The only real way around this problem is to use a temporary set of tables. Insert the results from your unions into temp tables and then use those to limit the number of tables per query. I usually prefix my temp tables with an underscore ( _tmpCustomers ) and then destroy them when I'm done.

提交回复
热议问题