Link to home
Start Free TrialLog in
Avatar of sunraj
sunraj

asked on

out of memmory

hi! regards!

My application is based on VC++5.0 with back end as Ms-access 97
database. While accessing records from database from the application
MS-ACCESS 97 is giving 'out of memmory' because of too much records.

After deletion of those records, the application works smoothly.

but i need to have lot of records. Any fine tuning is required.
if so, kindly suggest me. Advance thanks!
Avatar of rayb
rayb

You'll probably need to provide more information...
I don't have any idea which database access model you are using, i.e. DAO, ODBC, ADO, but from the information that you've provided, I would suspect that you may be using a cursor type which is sucking up the memory by fetching too many rows at a time.
ASKER CERTIFIED SOLUTION
Avatar of wyy_cq
wyy_cq

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial