Book a Demo

Author Topic: DAO.field [3036] Error  (Read 3319 times)

EA2412

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
DAO.field [3036] Error
« on: June 29, 2009, 07:58:17 pm »
Hello everybody

I got the error DAO.field[3036] database has reached maximum size. Does anybody know what this error is about and how I can fix it?

Thanks id advance

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: DAO.field [3036] Error
« Reply #1 on: July 02, 2009, 11:25:08 am »
The eap file being an Access Jet database has a maximum size limit of around 2GB.

To compact it, open another eap file (EABase.eap found in the EA install directory is ok) and from the Tools menu select Manage EAP File | Compact EAP File...

If the eap file is consistently approaching this limit, I'd consider moving the project to a DBMS repository.