
VB6 memory leak when setting datasource
I have just finished installing VB6 and updated my application written with
VB5 SP3. I have several forms which use the DAO data control. The existing
databound controls on the forms are working fine
and I have no problem running the application. When I try adding a new
databound control and set the datasource property at design time I run out
of memory. Actually, I run out of memory if I try to chage the datasource
property of an existing control. As soon as I enter the datasource property
box I'm done.
The strange thing is I can bind the data controls if I open a new project
and add my forms to the project. This option will work for the interim but
its a real pain. I did try creating a new project and adding all my
existing forms and designers but the same error now occurs on the new
project.
Does anyoune have any suggestions, thanks in advance.
Glen