rich.barry
Registered User.
- Local time
- Today, 21:08
- Joined
- Aug 19, 2001
- Messages
- 176
My database is running fine on Win 2000 machines, but seems to be giving some problems under Win 98 with out of memory errors.
The problem appears to be the GDI heap is getting saturated, so I've read various info and tidied up my code to ensure all database objects and recordsets are closed and set to nothing after use etc.
This hasn't done the trick however. Has anyone got anything else helpful to add?
The database does not hold too much data, but has got about 35 forms, the majority with code behind them.
Thanks
Richard
The problem appears to be the GDI heap is getting saturated, so I've read various info and tidied up my code to ensure all database objects and recordsets are closed and set to nothing after use etc.
This hasn't done the trick however. Has anyone got anything else helpful to add?
The database does not hold too much data, but has got about 35 forms, the majority with code behind them.
Thanks
Richard