adhoustonj
Member
- Local time
- Today, 15:19
- Joined
- Sep 23, 2022
- Messages
- 195
Hello AWF,
Trying to optimize some db's that have been in service for years, and have been struggling with speed, program not responding for 2-20 minutes, etc.
Typically if speed is bad I will close sessions of the backend, compact & repair, and release it back to production. This usually speeds things up, but then may need to be done again in 2 weeks.
I recently imported all objects from my front end to a new db, and then when trying to run was getting compile errors immediately. Member or data member not found.
The old db still compiles perfectly fine, decompile, recompile, all is okay.
So I started hunting and saw name autocorrect options were on in my current db, and came across post 13 in this thread, with documentation about exporting forms to text, remove namemap, and then reimport. https://www.access-programmers.co.uk/forums/threads/form-saving-issue.326265/#post-1861547
Should i do this to all forms if name autocorrect options has been on all this time? Most forms were 25-30 lines in the namemap details.
Trying to optimize some db's that have been in service for years, and have been struggling with speed, program not responding for 2-20 minutes, etc.
Typically if speed is bad I will close sessions of the backend, compact & repair, and release it back to production. This usually speeds things up, but then may need to be done again in 2 weeks.
I recently imported all objects from my front end to a new db, and then when trying to run was getting compile errors immediately. Member or data member not found.
The old db still compiles perfectly fine, decompile, recompile, all is okay.
So I started hunting and saw name autocorrect options were on in my current db, and came across post 13 in this thread, with documentation about exporting forms to text, remove namemap, and then reimport. https://www.access-programmers.co.uk/forums/threads/form-saving-issue.326265/#post-1861547
Should i do this to all forms if name autocorrect options has been on all this time? Most forms were 25-30 lines in the namemap details.