Growing MS Access File Size problem

后端 未结 9 529
庸人自扰
庸人自扰 2021-01-12 08:41

I have a large MS Access application with a lot of computations in VBA code. When I run it it eventually crashes due to excessive file size. There are a lot of intermediat

9条回答
  •  不要未来只要你来
    2021-01-12 09:22

    Unfortunately, MS Access has problems when you get too large - I think the max size is 2GB for an access DB.

    You may consider moving to Sql Express, VistaDB, etc.

提交回复
热议问题