system error

  • Thread starter Thread starter Wilfredo Perez
  • Start date Start date
W

Wilfredo Perez

I am using mdi and I have a form that loads when you click on a button, the
form has a listview which displays data from an access table.
The problem: when I click on the button to display the form I get a system
out of memory on system.winfows.form.dll

Help me
 
Wilfredo Perez said:
I am using mdi and I have a form that loads when you click on a button, the
form has a listview which displays data from an access table.
The problem: when I click on the button to display the form I get a system
out of memory on system.winfows.form.dll

Well, how much memory does your machine have and how big is the table?
 
freddy said:
I have 256 mb and the table is very small just 5 col.

Hmm... Could you post a short but complete program which demonstrates
the problem?

What happens if you comment out the bit of code which actually goes to
the database, and just use an empty dataset instead?
 
Back
Top